diff --git a/Cargo.lock b/Cargo.lock index 2a5b8aa8..8324e7c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1450,7 +1450,7 @@ dependencies = [ [[package]] name = "rink" -version = "0.6.1" +version = "0.6.2" dependencies = [ "ansi_term 0.12.1", "async-std", @@ -1474,7 +1474,7 @@ dependencies = [ [[package]] name = "rink-core" -version = "0.6.0" +version = "0.6.2" dependencies = [ "assert-json-diff", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 2ae73e85..07994edb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rink" -version = "0.6.1" +version = "0.6.2" description = "Unit conversion tool, similar to frink" homepage = "https://rinkcalc.app" repository = "https://github.com/tiffany352/rink-rs" diff --git a/core/Cargo.toml b/core/Cargo.toml index a6f4139c..0ac77375 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rink-core" -version = "0.6.0" +version = "0.6.2" description = "Unit conversion library behind rink" homepage = "https://github.com/tiffany352/rink-rs" repository = "https://github.com/tiffany352/rink-rs"