Skip to content

Commit

Permalink
Bump to version 4.4.1 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeD authored Feb 10, 2021
1 parent 5302ff9 commit 1efec5b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# master (unreleased)

# v4.4.1 (February 02, 2021)

Fix:
* take changelog file instead of directory if both are present (which is the case for rubocop for instance)

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
gem_updater (4.4.0)
gem_updater (4.4.1)
bundler (< 3)
json (~> 2.1)
memoist (~> 0.16.0)
Expand Down
4 changes: 2 additions & 2 deletions gem_updater.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

Gem::Specification.new do |s|
s.name = 'gem_updater'
s.version = '4.4.0'
s.date = '2021-01-17'
s.version = '4.4.1'
s.date = '2021-02-10'
s.summary = 'Update your gems and find their changelogs'
s.description = 'Updates the gems of your Gemfile ' \
'and fetches the links pointing to where their changelogs are'
Expand Down

0 comments on commit 1efec5b

Please sign in to comment.