From afff257252d55efa3713654a586ee84fe3b3b13b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaka=20Po=C5=BEun?= Date: Thu, 10 Oct 2024 20:29:58 +0200 Subject: [PATCH] fix: Bump Spixi version to v0.9.2 --- constants.ts | 2 +- pages/download.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/constants.ts b/constants.ts index 6e9e1da..925ebf6 100644 --- a/constants.ts +++ b/constants.ts @@ -1,3 +1,3 @@ -export const spixiVersion = "v0.9.0" \ No newline at end of file +export const spixiVersion = "v0.9.2" \ No newline at end of file diff --git a/pages/download.vue b/pages/download.vue index 572cfe3..341e090 100644 --- a/pages/download.vue +++ b/pages/download.vue @@ -15,8 +15,8 @@ useHead({ }) const downloads = { - 'android': 'https://github.com/ProjectIxian/Spixi/releases/download/v0.9.0/Spixi-v0.9.0-Android.apk', - 'windows': 'https://github.com/ProjectIxian/Spixi/releases/download/v0.9.0/Spixi-v0.9.0-Win.zip' + 'android': 'https://github.com/ProjectIxian/Spixi/releases/download/v0.9.2/Spixi-v0.9.2-Android.apk', + 'windows': 'https://github.com/ProjectIxian/Spixi/releases/download/v0.9.2/Spixi-v0.9.2-Win.zip' }