We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae06f5 commit 624de50Copy full SHA for 624de50
app/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "app",
3
- "version": "0.1.1",
+ "version": "0.2.0",
4
"scripts": {
5
"dev": "vite --host",
6
"dev:docker": "vite --host --force",
app/src/hooks/useVersion.ts
@@ -26,7 +26,7 @@ export const useVersion = async (message: string): Promise<Ref<boolean>> => {
26
message,
27
'button',
28
'',
29
- 'https://github.com/codeacme17/examor#%EF%B8%8F-modules'
+ 'https://github.com/codeacme17/examor#%EF%B8%8F-update-the-project'
30
)
31
} else isNeedUpdate.value = false
32
0 commit comments