Skip to content

Commit

Permalink
[#110] Release 4.0.3 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhue authored and probot-auto-merge[bot] committed Oct 10, 2019
1 parent 2b5250a commit 210a2cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ end
## Release

1. Review breaking changes and deprecations in `CHANGELOG.md`
2. Change the gem version in `acts_as_favoritor.gemspec`
2. Change the gem version in `lib/acts_as_favoritor/version.rb`
3. Reset `CHANGELOG.md`
4. Create a pull request to merge the changes into `master`
5. After the pull request was merged, create a new release listing the breaking changes and commits on `master` since the last release.
Expand Down
2 changes: 1 addition & 1 deletion lib/acts_as_favoritor/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActsAsFavoritor
VERSION = '4.0.2'
VERSION = '4.0.3'
end

0 comments on commit 210a2cc

Please sign in to comment.