From 22e261ca92e0b296f1fa7818f2e170efff162998 Mon Sep 17 00:00:00 2001 From: Jarrod Norwell Date: Tue, 5 Nov 2024 16:24:52 +0800 Subject: [PATCH] Updated to v1.13 --- src/NewHome/NewHome.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/NewHome/NewHome.tsx b/src/NewHome/NewHome.tsx index babf55b..b863c30 100644 --- a/src/NewHome/NewHome.tsx +++ b/src/NewHome/NewHome.tsx @@ -12,8 +12,8 @@ export default function NewHome() { const changes = [ { text: 'v1.13', - isLatest: false, - isUpcoming: true, + isLatest: true, + isUpcoming: false, details: [ { secondaryText: 'Added support for custom layout options for the Cytrus core', @@ -71,7 +71,7 @@ export default function NewHome() { }, { text: 'v1.12', - isLatest: true, + isLatest: false, isUpcoming: false, details: [ { @@ -170,7 +170,7 @@ export default function NewHome() { {/**/} - + Changes