Skip to content

Commit 04571c3

Browse files
committed
chore: Release v0.1.8
1 parent f1f68bf commit 04571c3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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 = "A crate to communicate with JPKI card through an APDU delegate."
4-
version = "0.1.5"
4+
version = "0.1.8"
55
license = "MIT"
66
homepage = "https://github.com/siketyan/jpki-rs"
77
repository = "https://github.com/siketyan/jpki-rs.git"

android/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jpki-android"
3-
version = "0.1.0"
3+
version = "0.1.8"
44
authors = ["Naoki Ikeguchi <me@s6n.jp>"]
55
edition = "2018"
66

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "jpki-cli"
33
description = "A CLI to communicate with JPKI card."
4-
version = "0.1.5"
4+
version = "0.1.8"
55
license = "MIT"
66
homepage = "https://github.com/siketyan/jpki-rs"
77
repository = "https://github.com/siketyan/jpki-rs.git"
@@ -15,7 +15,7 @@ edition = "2021"
1515
clap = { version = "3.1", features = ["derive"] }
1616
dialoguer = "0.10"
1717
hex = "0.4"
18-
jpki = { version = "0.1.5", path = ".." }
18+
jpki = { version = "0.1", path = ".." }
1919
pcsc = "2.7"
2020
thiserror = "1.0"
2121
tracing = "0.1"

0 commit comments

Comments
 (0)