Skip to content

Commit 624de50

Browse files
committed
version: 0.2.0
1 parent 2ae06f5 commit 624de50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"scripts": {
55
"dev": "vite --host",
66
"dev:docker": "vite --host --force",

app/src/hooks/useVersion.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const useVersion = async (message: string): Promise<Ref<boolean>> => {
2626
message,
2727
'button',
2828
'',
29-
'https://github.com/codeacme17/examor#%EF%B8%8F-modules'
29+
'https://github.com/codeacme17/examor#%EF%B8%8F-update-the-project'
3030
)
3131
} else isNeedUpdate.value = false
3232

0 commit comments

Comments
 (0)