We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e0e19 commit 10b29f6Copy full SHA for 10b29f6
application/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "exhibit_manager",
3
"private": true,
4
- "version": "0.2.0",
+ "version": "0.2.1",
5
"type": "module",
6
"scripts": {
7
"dev": "vite",
application/src-tauri/tauri.conf.json
@@ -8,7 +8,7 @@
8
},
9
"package": {
10
"productName": "exhibit_manager",
11
- "version": "0.2.0"
+ "version": "0.2.1"
12
13
"tauri": {
14
"allowlist": {
0 commit comments