Skip to content

Commit 6a362ee

Browse files
committed
Bump version to 0.1.1
1 parent 16e52f7 commit 6a362ee

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolver = "2"
55

66
[package]
77
name = "gitpow-rust"
8-
version = "0.1.0"
8+
version = "0.1.1"
99
edition = "2021"
1010

1111
[lib]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitpow-frontend",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"type": "module",
55
"dependencies": {
66
"@tauri-apps/api": "^2.0.0"

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gitpow-tauri"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55

66
[build-dependencies]

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"productName": "GitPow",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"identifier": "com.gitpow.app",
55
"build": {
66
"beforeDevCommand": "",

0 commit comments

Comments
 (0)