Skip to content

Commit

Permalink
Bump to version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeD committed Aug 11, 2015
1 parent 0c78668 commit 6f60f67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# master (unreleased)
# 0.4.1 (August 11, 2015)

Fix:
* when changelog is not found, it may return an object instead of nothing
* when changelog is not found, it returns an object instead of `nil`

# 0.4.0 (July 25, 2015)

Expand Down
4 changes: 2 additions & 2 deletions gem_updater.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'gem_updater'
s.version = '0.4.0'
s.date = '2015-07-25'
s.version = '0.4.1'
s.date = '2015-08-11'
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"
s.authors = [ "Maxime Demolin" ]
Expand Down

0 comments on commit 6f60f67

Please sign in to comment.