mirror of
https://github.com/emuplace/sudachi.emuplace.app.git
synced 2024-11-27 12:24: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',
|
text: 'v1.0.10',
|
||||||
sha: 'f2e32a9',
|
sha: 'f2e32a9',
|
||||||
isLatest: false,
|
isLatest: true,
|
||||||
isUpcoming: true,
|
isUpcoming: false,
|
||||||
details: [
|
details: [
|
||||||
{
|
{
|
||||||
system: "Android",
|
system: "Android",
|
||||||
@ -74,7 +74,7 @@ export default function App() {
|
|||||||
{
|
{
|
||||||
text: 'v1.0.9',
|
text: 'v1.0.9',
|
||||||
sha: 'e56a8a0',
|
sha: 'e56a8a0',
|
||||||
isLatest: true,
|
isLatest: false,
|
||||||
isUpcoming: false,
|
isUpcoming: false,
|
||||||
details: [
|
details: [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user