Skip to content

Commit

Permalink
version: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codeacme17 committed Aug 29, 2023
1 parent 2ae06f5 commit 624de50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "0.1.1",
"version": "0.2.0",
"scripts": {
"dev": "vite --host",
"dev:docker": "vite --host --force",
Expand Down
2 changes: 1 addition & 1 deletion app/src/hooks/useVersion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const useVersion = async (message: string): Promise<Ref<boolean>> => {
message,
'button',
'',
'https://github.com/codeacme17/examor#%EF%B8%8F-modules'
'https://github.com/codeacme17/examor#%EF%B8%8F-update-the-project'
)
} else isNeedUpdate.value = false

Expand Down

0 comments on commit 624de50

Please sign in to comment.