Skip to content

Commit

Permalink
Bump version to 0.1.105
Browse files Browse the repository at this point in the history
  • Loading branch information
suenot committed Feb 1, 2025
1 parent 9e74dcf commit 63fc040
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aicommit"
version = "0.1.104"
version = "0.1.105"
edition = "2021"
authors = ["Eugen Soloviov <[email protected]>"]
description = "A CLI tool that generates concise and descriptive git commit messages using LLMs"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
"postinstall": "chmod +x index.js",
"start": "node index.js"
},
"version": "0.1.104"
"version": "0.1.105"
}
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.104
0.1.105

0 comments on commit 63fc040

Please sign in to comment.