Skip to content

Commit

Permalink
Release 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aarkue committed Oct 24, 2024
1 parent ed6ca50 commit 6d8a224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tauri/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"format": "prettier . --write",
"lint": "eslint . --ext ts,tsx,js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"tauri": "NO_STRIP=true tauri"
"tauri": "tauri"
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
Expand Down
2 changes: 1 addition & 1 deletion tauri/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "OCPQ",
"version": "0.6.3"
"version": "0.6.4"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 6d8a224

Please sign in to comment.