Skip to content

Commit 22efd72

Browse files
bump version to 0.6.0
1 parent b612633 commit 22efd72

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "ripasso"
33
description = "A password manager that uses the file format of the standard unix password manager 'pass'"
44
repository = "https://github.com/cortex/ripasso/"
55
keywords = ["password-manager", "pass"]
6-
version = "0.6.0-alpha"
6+
version = "0.6.0"
77
authors = ["Joakim Lundborg <[email protected]", "Alexander Kjäll <[email protected]>"]
88
license = "GPL-3.0-only"
99
edition = '2021'

cursive/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "A password manager that uses the file format of the standard unix
44
repository = "https://github.com/cortex/ripasso/"
55
keywords = ["password-manager", "pass"]
66
categories = ["command-line-utilities"]
7-
version = "0.6.0-alpha"
7+
version = "0.6.0"
88
authors = ["Joakim Lundborg <[email protected]>", "Alexander Kjäll <[email protected]>"]
99
license = "GPL-3.0-only"
1010
edition = '2021'
@@ -13,7 +13,7 @@ build = "build.rs"
1313
[dependencies]
1414
cursive = { version = "0.20.0", default-features = false, features = ["toml", "crossterm-backend"]}
1515
clipboard = "0.5"
16-
ripasso = { path = "../", version = "0.6.0-alpha" }
16+
ripasso = { path = "../", version = "0.6.0" }
1717
locale_config = "0.3.0"
1818
unic-langid = "0.9.1"
1919
gettext = "0.4.0"

gtk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "ripasso-gtk"
3-
version = "0.6.0-alpha"
3+
version = "0.6.0"
44
authors = ["Joakim Lundborg <[email protected]>"]
55
edition = '2021'
66

77
[dependencies]
8-
ripasso = { path = "../", version = "0.6.0-alpha" }
8+
ripasso = { path = "../", version = "0.6.0" }
99
gtk = { version = "0.15.5", features = ["v3_22"] }
1010
gdk = "0.15.4"
1111
glib = "0.15.12"

qml/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "ripasso-qt"
3-
version = "0.6.0-alpha"
3+
version = "0.6.0"
44
authors = ["Joakim Lundborg <[email protected]>"]
55
edition = '2021'
66

77
[dependencies]
88
clipboard = "0.5"
9-
ripasso = { path = "../", version = "0.6.0-alpha" }
9+
ripasso = { path = "../", version = "0.6.0" }
1010
qml = { git = "https://github.com/White-Oak/qml-rust" }

0 commit comments

Comments
 (0)