Skip to content

Commit

Permalink
feat: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
LHRUN committed Nov 16, 2024
1 parent 9040dd4 commit b0f7bd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "paint-board",
"private": true,
"version": "1.5.1",
"version": "1.5.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src/store/files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ interface FileAction {
}

const initId = uuidv4()
export const BOARD_VERSION = '1.5.1'
export const BOARD_VERSION = '1.5.2'

const useFileStore = create<FileState & FileAction>()(
persist(
Expand Down

0 comments on commit b0f7bd2

Please sign in to comment.