Skip to content

Commit

Permalink
Spixi-v0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
IxiAngel committed Sep 10, 2024
1 parent 256006d commit 061a5a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion constants.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@


export const spixiVersion = "v0.6.12"
export const spixiVersion = "v0.9.0"
10 changes: 5 additions & 5 deletions pages/download.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
</script>

Expand Down Expand Up @@ -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,
Expand All @@ -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'
}" />
</div>
</div>
Expand All @@ -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'
}" />
</div>
</div>
Expand Down

0 comments on commit 061a5a5

Please sign in to comment.