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 85aeb08 commit 91178c7Copy full SHA for 91178c7
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "tmzn",
3
"private": true,
4
- "version": "0.0.1",
+ "version": "0.0.2",
5
"scripts": {
6
"dev": "next dev -p 1420",
7
"build": "next build && next export -o dist",
src-tauri/tauri.conf.json
@@ -8,7 +8,7 @@
8
},
9
"package": {
10
"productName": "tmzn",
11
- "version": "0.0.1"
+ "version": "0.0.2"
12
13
"tauri": {
14
"allowlist": {
0 commit comments