Skip to content

Commit

Permalink
0.7.0-alpha -> 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkjall committed Sep 7, 2024
1 parent 998e87f commit 5215641
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 57 deletions.
104 changes: 52 additions & 52 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "ripasso"
description = "A password manager that uses the file format of the standard unix password manager 'pass'"
repository = "https://github.com/cortex/ripasso/"
keywords = ["password-manager", "pass"]
version = "0.7.0-alpha"
version = "0.7.0"
authors = ["Joakim Lundborg <[email protected]>", "Alexander Kjäll <[email protected]>"]
license = "GPL-3.0-only"
edition = '2021'
Expand Down
4 changes: 2 additions & 2 deletions cursive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "A password manager that uses the file format of the standard unix
repository = "https://github.com/cortex/ripasso/"
keywords = ["password-manager", "pass"]
categories = ["command-line-utilities"]
version = "0.7.0-alpha"
version = "0.7.0"
authors = ["Joakim Lundborg <[email protected]>", "Alexander Kjäll <[email protected]>"]
license = "GPL-3.0-only"
edition = '2021'
Expand All @@ -13,7 +13,7 @@ build = "build.rs"
[dependencies]
cursive = { version = "0.21.0", default-features = false, features = ["toml", "crossterm-backend"]}
arboard = { version = "3.3.0", features = ["wayland-data-control"]}
ripasso = { path = "../", version = "0.7.0-alpha" }
ripasso = { path = "../", version = "0.7.0" }
locale_config = "0.3.0"
unic-langid = "0.9.4"
gettext = "0.4.0"
Expand Down
4 changes: 2 additions & 2 deletions gtk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "ripasso-gtk"
version = "0.7.0-alpha"
version = "0.7.0"
authors = ["Joakim Lundborg <[email protected]>", "Alexander Kjäll <[email protected]>"]
edition = "2021"


[dependencies]
ripasso = { path = "../", version = "0.7.0-alpha" }
ripasso = { path = "../", version = "0.7.0" }
gtk = { version = "0.8.1", package = "gtk4", features = ["v4_6"] }
adw = { version = "0.6.0", package = "libadwaita" }
glib = "0.19.2"
Expand Down

0 comments on commit 5215641

Please sign in to comment.