Skip to content

Commit e765fe2

Browse files
committed
version bump to 0.0.1
1 parent eeaa1a1 commit e765fe2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

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

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"package": {
99
"productName": "Cowsay",
10-
"version": "0.0.0"
10+
"version": "0.0.1"
1111
},
1212
"tauri": {
1313
"updater": {

0 commit comments

Comments
 (0)