From c69dde9612c14ca449b6480efcd74dc37ba18d8f Mon Sep 17 00:00:00 2001 From: kruserr <46799551+kruserr@users.noreply.github.com> Date: Sat, 12 Oct 2024 14:35:55 +0000 Subject: [PATCH] chore: bump version --- Cargo.lock | 2 +- i6-shell/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 89c9a25..48bb1a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -687,7 +687,7 @@ dependencies = [ [[package]] name = "i6-shell" -version = "0.1.14" +version = "0.1.15" dependencies = [ "chrono", "lazy_static", diff --git a/i6-shell/Cargo.toml b/i6-shell/Cargo.toml index 9934543..078b371 100644 --- a/i6-shell/Cargo.toml +++ b/i6-shell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "i6-shell" -version = "0.1.14" # prepare_release.sh +version = "0.1.15" # prepare_release.sh edition = "2021" license = "AGPL-3.0" authors = ["kruserr"]