From 582079c80dd52913b4fb5861404232b04fcc8baf Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Tue, 23 May 2023 20:10:41 +0200 Subject: [PATCH] Bump Version --- schemsearch-cli/Cargo.toml | 2 +- schemsearch-files/Cargo.toml | 2 +- schemsearch-lib/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/schemsearch-cli/Cargo.toml b/schemsearch-cli/Cargo.toml index 45abc9f..c33a68f 100644 --- a/schemsearch-cli/Cargo.toml +++ b/schemsearch-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "schemsearch-cli" -version = "0.1.3" +version = "0.1.5" edition = "2021" license = "AGPL-3.0-or-later" diff --git a/schemsearch-files/Cargo.toml b/schemsearch-files/Cargo.toml index 0b65862..9d1b4d6 100644 --- a/schemsearch-files/Cargo.toml +++ b/schemsearch-files/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "schemsearch-files" -version = "0.1.3" +version = "0.1.5" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/schemsearch-lib/Cargo.toml b/schemsearch-lib/Cargo.toml index aa7c963..0dc6b98 100644 --- a/schemsearch-lib/Cargo.toml +++ b/schemsearch-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "schemsearch-lib" -version = "0.1.3" +version = "0.1.5" edition = "2021" license = "AGPL-3.0-or-later"