Skip to content

Commit 346094c

Browse files
committed
(cargo-release) Bump version
1 parent 2399cbb commit 346094c

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
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.

proton-pass-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proton-pass-common"
3-
version = "0.6.5"
3+
version = "0.6.6"
44
edition = "2021"
55

66
[lib]

proton-pass-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proton-pass-derive"
3-
version = "0.6.5"
3+
version = "0.6.6"
44
edition = "2021"
55

66
[lib]

proton-pass-mobile/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proton-pass-mobile"
3-
version = "0.6.5"
3+
version = "0.6.6"
44
edition = "2021"
55

66
# Flags for cargo-release

proton-pass-mobile/android/lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ android {
6161

6262
mavenPublishing {
6363
group = "me.proton.pass.common"
64-
version = "0.6.5"
64+
version = "0.6.6"
6565
pom {
6666
scm {
6767
connection.set(gitHubDomain)

proton-pass-web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proton-pass-web"
3-
version = "0.6.5"
3+
version = "0.6.6"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)