From a7072762a31e6ac3a4b5b601d438a70f662a3c83 Mon Sep 17 00:00:00 2001 From: Zuygui <=> Date: Sat, 29 Jul 2023 22:34:28 +0200 Subject: [PATCH] fix: :bug: update version --- Cargo.lock | 2 +- projects/cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index be6729d..ef51036 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,7 +179,7 @@ checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" [[package]] name = "flowupdater-json-creator" -version = "1.2.0" +version = "1.3.0" dependencies = [ "fujc-api 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "openssl", diff --git a/projects/cli/Cargo.toml b/projects/cli/Cargo.toml index dfa7ed6..4d77a6a 100644 --- a/projects/cli/Cargo.toml +++ b/projects/cli/Cargo.toml @@ -3,7 +3,7 @@ name = "flowupdater-json-creator" description = "Create JSON for flow-updater in a TUI" authors = ["Zuygui", "Bricklou"] license = "MIT" -version = "1.2.0" +version = "1.3.0" edition = "2021" readme = "README.md" homepage = "https://github.com/zuygui/flowupdater-json-creator"