mirror of
https://github.com/emuplace/sudachi.emuplace.app.git
synced 2024-11-23 19:04:32 +01:00
Fixed latest and upcoming
This commit is contained in:
parent
b429abd84c
commit
a8049cd29a
@ -12,8 +12,8 @@ export default function App() {
|
||||
{
|
||||
text: 'v1.0.10',
|
||||
sha: 'f2e32a9',
|
||||
isLatest: false,
|
||||
isUpcoming: true,
|
||||
isLatest: true,
|
||||
isUpcoming: false,
|
||||
details: [
|
||||
{
|
||||
system: "Android",
|
||||
@ -74,7 +74,7 @@ export default function App() {
|
||||
{
|
||||
text: 'v1.0.9',
|
||||
sha: 'e56a8a0',
|
||||
isLatest: true,
|
||||
isLatest: false,
|
||||
isUpcoming: false,
|
||||
details: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user