Skip to content

Commit

Permalink
Returning gem previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Martins committed Jun 8, 2020
1 parent 94c115d commit 80ee1cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.0.3 - 2020-06-01]
### Fixed
Substitution of characters (slash by hyphen) in line that is inserted in Gemfile file

## 0.0.2 - 2017-10-18
## [0.0.2 - 2017-10-18]
### Added
Allow usage with newer versions of heartcheck

Expand All @@ -19,4 +15,4 @@ Allow usage with newer versions of heartcheck
Create gem

[Unreleased]: https://github.com/locaweb/heartcheck-resque/compare/master....HEAD
[0.0.3 - 2020-06-01]: https://github.com/locaweb/heartcheck-resque/releases/tag/v0.0.3
[0.0.2 - 2017-10-18]: https://github.com/locaweb/heartcheck-resque/releases/tag/v0.0.2
2 changes: 1 addition & 1 deletion lib/heartcheck/resque/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Heartcheck
module Resque
VERSION = '0.0.3'.freeze
VERSION = '0.0.2'.freeze
end
end

0 comments on commit 80ee1cf

Please sign in to comment.