We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63009b2 + ec2ffcf commit 0aa8752Copy full SHA for 0aa8752
2 files changed
apps/client/src/pages/home/Download/Download.vue
@@ -209,7 +209,7 @@ import { multiModePath } from 'src/code/utils/misc';
209
210
import PlatformCard from './PlatformCard.vue';
211
212
-const version = '1.0.1';
+const version = '1.0.2';
213
214
const loading = ref(true);
215
apps/client/src/pages/home/Index/Index.vue
@@ -33,7 +33,8 @@
33
"
34
>end-to-end encrypted</span
35
>
36
- visual note-taking tool with deep page navigation.
+ infinite canvas with deep bidirectional page navigation and live
37
+ collaboration.
38
</div>
39
40
<template v-if="!authStore().loggedIn">
0 commit comments