We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fa90c8 commit de78869Copy full SHA for de78869
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.4'
10
-const oldestVersion = '1.4.3'
+const latestVersion = '1.4.5'
+const oldestVersion = '1.4.4'
11
12
const downloadList = [
13
{
0 commit comments