From 63fc040bb1f7b38abc312a19e118ba378ada84cc Mon Sep 17 00:00:00 2001 From: Eugen Soloviov Date: Sat, 1 Feb 2025 12:49:04 +0300 Subject: [PATCH] Bump version to 0.1.105 --- Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- version | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 996c0e2..1db52f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ dependencies = [ [[package]] name = "aicommit" -version = "0.1.104" +version = "0.1.105" dependencies = [ "clap", "console", diff --git a/Cargo.toml b/Cargo.toml index 6edc352..85bd720 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aicommit" -version = "0.1.104" +version = "0.1.105" edition = "2021" authors = ["Eugen Soloviov "] description = "A CLI tool that generates concise and descriptive git commit messages using LLMs" diff --git a/package.json b/package.json index e062753..a335f40 100644 --- a/package.json +++ b/package.json @@ -46,5 +46,5 @@ "postinstall": "chmod +x index.js", "start": "node index.js" }, - "version": "0.1.104" + "version": "0.1.105" } \ No newline at end of file diff --git a/version b/version index 7df7e91..ee66a6c 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.1.104 \ No newline at end of file +0.1.105 \ No newline at end of file