From f501f3a6be3780398746926858ea61b6906c9bf2 Mon Sep 17 00:00:00 2001 From: CohenArthur Date: Mon, 25 Oct 2021 13:48:14 +0200 Subject: [PATCH] cargo: Bump version to 0.2.0-jinx5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce273abc..729404b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -209,7 +209,7 @@ dependencies = [ [[package]] name = "jinko" -version = "0.2.1-jinx4" +version = "0.2.0-jinx5" dependencies = [ "anyhow", "colored", diff --git a/Cargo.toml b/Cargo.toml index 3a5cbecd..6d248972 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jinko" -version = "0.2.1-jinx4" +version = "0.2.0-jinx5" authors = ["CohenArthur ", "Skallwar ", "SanderJSA