Skip to content

Commit

Permalink
v0.2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
jenseng committed Feb 8, 2019
1 parent 7ef2531 commit 567ace9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

## 0.2.x

### 0.2.22

* drop old rubies/railses ([PR #77](https://github.com/jenseng/hair_trigger/pull/77))
* fix frozen string issue ([PR #78](https://github.com/jenseng/hair_trigger/pull/78))

### 0.2.21

* fix NoMethodError ([PR #72](https://github.com/jenseng/hair_trigger/pull/72))
Expand Down
2 changes: 1 addition & 1 deletion lib/hair_trigger/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module HairTrigger
VERSION = "0.2.21"
VERSION = "0.2.22"

def VERSION.<=>(other)
split(/\./).map(&:to_i) <=> other.split(/\./).map(&:to_i)
Expand Down

0 comments on commit 567ace9

Please sign in to comment.