Skip to content

Commit

Permalink
fix: Bump Spixi version to v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jakapozun authored Oct 10, 2024
1 parent ea0ce70 commit afff257
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.9.0"
export const spixiVersion = "v0.9.2"
4 changes: 2 additions & 2 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.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'
}
</script>

Expand Down

0 comments on commit afff257

Please sign in to comment.