Skip to content

Commit 0e446a5

Browse files
committed
Bump version to 0.1.2
1 parent 5fe2a44 commit 0e446a5

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.1"
8+
version = "0.1.2"
99
edition = "2021"
1010
authors = ["Mark Rai"]
1111
description = "A cross-platform git client with advanced visualization and ergonomics"

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.1",
3+
"version": "0.1.2",
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.1"
3+
version = "0.1.2"
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.1",
3+
"version": "0.1.2",
44
"identifier": "com.gitpow.app",
55
"build": {
66
"beforeDevCommand": "",

0 commit comments

Comments
 (0)