mirror of
https://github.com/emuplace/sudachi.emuplace.app.git
synced 2025-05-10 02:36:27 +02:00
Fixed latest and upcoming
This commit is contained in:
parent
b429abd84c
commit
a8049cd29a
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue