We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a04ba commit dba2d0eCopy full SHA for dba2d0e
1 file changed
src/views/ProjectAppView.vue
@@ -6,8 +6,8 @@ import Saying from '../components/Saying.vue'
6
7
let showDownload = ref(false)
8
9
-const latestVersion = '1.4.8'
10
-const oldestVersion = '1.4.7'
+const latestVersion = '1.4.9'
+const oldestVersion = '1.4.9'
11
12
const downloadList = [
13
{
0 commit comments