Skip to content

Commit

Permalink
fix: Bump Spixi version to v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
IxiAngel committed Nov 27, 2024
1 parent d2e248f commit fc5f5df
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.2"
export const spixiVersion = "v0.9.3"
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.2/Spixi-v0.9.2-Android.apk',
'windows': 'https://github.com/ProjectIxian/Spixi/releases/download/v0.9.2/Spixi-v0.9.2-Win.zip'
'android': 'https://github.com/ProjectIxian/Spixi/releases/download/v0.9.3/Spixi-v0.9.3-Android.apk',
'windows': 'https://github.com/ProjectIxian/Spixi/releases/download/v0.9.3/Spixi-v0.9.3-Win.zip'
}
</script>

Expand Down

0 comments on commit fc5f5df

Please sign in to comment.