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' }