Skip to content

Commit

Permalink
feat: Bump version to 0.1.81
Browse files Browse the repository at this point in the history
This commit updates the version of the `aicommit` package to 0.1.81 across `Cargo.toml`, `Cargo.lock`, `package.json`,
  • Loading branch information
suenot committed Jan 31, 2025
1 parent 6848d9c commit 116b3cf
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.80"
version = "0.1.81"
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 @@ -36,5 +36,5 @@
"postinstall": "node -e \"process.exit(0)\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.1.80"
"version": "0.1.81"
}
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.80
0.1.81

0 comments on commit 116b3cf

Please sign in to comment.