diff --git a/constants.ts b/constants.ts index aa40eaa..6e9e1da 100644 --- a/constants.ts +++ b/constants.ts @@ -1,3 +1,3 @@ -export const spixiVersion = "v0.6.12" \ No newline at end of file +export const spixiVersion = "v0.9.0" \ No newline at end of file diff --git a/pages/download.vue b/pages/download.vue index 0dafc5e..6f420bf 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.6.12/Spixi-v0.6.12-Android.apk', - 'windows': 'https://github.com/ProjectIxian/Spixi/releases/download/v0.6.12/Spixi-v0.6.12-Win.zip' + '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' } @@ -61,7 +61,7 @@ const downloads = { :version="t('pages.download.version.android', { version: spixiVersion })" :store="{ image: '/img/stores/googleplay.svg', - url: 'https://play.google.com/store/apps/details?id=io.ixian.spixi' + url: 'https://play.google.com/store/apps/details?id=com.ixilabs.spixi' }" :link="{ url: downloads.android, @@ -74,7 +74,7 @@ const downloads = { :version="t('pages.download.version.ios', { version: spixiVersion })" :store="{ image: '/img/stores/appstore.svg', - url: 'https://apps.apple.com/us/app/spixi-im-wallet/id1506931056' + url: 'https://apps.apple.com/us/app/spixi-private-chat-wallet/id6667121792' }" /> @@ -99,7 +99,7 @@ const downloads = { :version="t('pages.download.version.macos', { version: spixiVersion })" :store="{ image: '/img/stores/appstore.svg', - url: 'https://apps.apple.com/us/app/spixi-im-wallet/id1506931056' + url: 'https://apps.apple.com/us/app/spixi-private-chat-wallet/id6667121792' }" />