Skip to content

Commit

Permalink
Bump to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rarruda committed Nov 13, 2018
1 parent 0c3d533 commit 2676d5a
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 @@ -12,7 +12,7 @@ Leverage the [Unleash Server](https://github.com/Unleash/unleash) for powerful f
Add this line to your application's Gemfile:

```ruby
gem 'unleash', '~> 0.1.3'
gem 'unleash', '~> 0.1.4'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/unleash/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Unleash
VERSION = "0.1.3"
VERSION = "0.1.4"
end

0 comments on commit 2676d5a

Please sign in to comment.