Skip to content

Commit

Permalink
Release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama committed Mar 15, 2017
1 parent 18d20cf commit 4cf69e0
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 @@ -56,7 +56,7 @@ Mobility](http://dejimata.com/2017/3/3/translating-with-mobility).
Add this line to your application's Gemfile:

```ruby
gem 'mobility', '~> 0.1.5'
gem 'mobility', '~> 0.1.6'
```

To translate attributes on a model, you must include (or extend) `Mobility`,
Expand Down
2 changes: 1 addition & 1 deletion lib/mobility/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Mobility
VERSION = "0.1.5"
VERSION = "0.1.6"
end

0 comments on commit 4cf69e0

Please sign in to comment.