Skip to content

Commit

Permalink
chore: update version to 0.3.2 in autogitc.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangohjw committed Sep 4, 2024
1 parent 57f15ee commit e3e361f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogitc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = 'autogitc'
s.version = '0.3.1'
s.version = '0.3.2'
s.summary = 'Auto-generate Git commit messages with LLM'
s.description = 'This gem simplifies the commit process by automatically generating descriptive commit messages based on the files that have been added to the Git staging area. It leverages LLM to analyze the changes and create meaningful commit messages, helping you maintain a clean and organized commit history.'
s.authors = ['Adrian Goh']
Expand Down

0 comments on commit e3e361f

Please sign in to comment.