Skip to content

Commit fd6bb96

Browse files
committed
bump version
1 parent e1b23cf commit fd6bb96

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": "tauri-appcenter-companion",
33
"private": false,
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"scripts": {
66
"dev": "vite",
77
"build": "tsc && vite build",

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"package": {
33
"productName": "AC Companion",
4-
"version": "0.2.0"
4+
"version": "0.3.0"
55
},
66
"build": {
77
"distDir": "../dist",

0 commit comments

Comments
 (0)