Skip to content

Commit 10b29f6

Browse files
committed
dev: update to 0.2.1
1 parent 03e0e19 commit 10b29f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

application/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "exhibit_manager",
33
"private": true,
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

application/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "exhibit_manager",
11-
"version": "0.2.0"
11+
"version": "0.2.1"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
 (0)