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 d8b936f commit 7d43f9fCopy full SHA for 7d43f9f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gitification",
3
- "version": "0.0.10",
+ "version": "1.0.1",
4
"type": "module",
5
"scripts": {
6
"dev": "run-p vite:dev devtools",
src-tauri/tauri.conf.json
@@ -8,7 +8,7 @@
8
},
9
"package": {
10
"productName": "Gitification",
11
- "version": "0.0.10"
+ "version": "1.0.1"
12
13
"tauri": {
14
"systemTray": {
0 commit comments