Skip to content

Commit 32790a1

Browse files
authored
Merge pull request #52 from siketyan/release/v0.2.2
chore: Release v0.2.2
2 parents 377c3a5 + 0301c57 commit 32790a1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

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

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "jpki-cli"
33
description = "Read certificates, sign and verify documents using your JPKI card."
4-
version = "0.2.1"
4+
version = "0.2.2"
55
license = "LGPL-2.1-or-later"
66
homepage = "https://github.com/siketyan/jpki-rs"
77
repository = "https://github.com/siketyan/jpki-rs.git"

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "jpki"
33
description = "Read certificates, sign and verify documents using your JPKI card."
4-
version = "0.2.1"
4+
version = "0.2.2"
55
license = "LGPL-2.1-or-later"
66
homepage = "https://github.com/siketyan/jpki-rs"
77
repository = "https://github.com/siketyan/jpki-rs.git"

ffi/android/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "jpki-ffi-android"
33
description = "Read certificates, sign and verify documents using your JPKI card."
4-
version = "0.2.1"
4+
version = "0.2.2"
55
license = "LGPL-2.1-or-later"
66
homepage = "https://github.com/siketyan/jpki-rs"
77
repository = "https://github.com/siketyan/jpki-rs.git"

0 commit comments

Comments
 (0)