We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 423d22f commit 49d36a9Copy full SHA for 49d36a9
1 file changed
src/views/ProjectAppView.vue
@@ -13,7 +13,7 @@ import IconGitHub from '~icons/simple-icons/github'
13
14
let showDownload = ref(false)
15
16
-const latestVersion = '1.5.1'
+const latestVersion = '1.5.2'
17
const oldestVersion = '1.5.0'
18
19
const downloadList: { icons: Component[], platform: string, subtitle: string, link: string }[] = [
0 commit comments