Skip to content

Commit 0aa8752

Browse files
committed
Merge branch 'dev' into main
2 parents 63009b2 + ec2ffcf commit 0aa8752

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

apps/client/src/pages/home/Download/Download.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ import { multiModePath } from 'src/code/utils/misc';
209209
210210
import PlatformCard from './PlatformCard.vue';
211211
212-
const version = '1.0.1';
212+
const version = '1.0.2';
213213
214214
const loading = ref(true);
215215

apps/client/src/pages/home/Index/Index.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"
3434
>end-to-end encrypted</span
3535
>
36-
visual note-taking tool with deep page navigation.
36+
infinite canvas with deep bidirectional page navigation and live
37+
collaboration.
3738
</div>
3839

3940
<template v-if="!authStore().loggedIn">

0 commit comments

Comments
 (0)