Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama committed Dec 17, 2020
1 parent 433ba9d commit 7a45df3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 1.0

### 1.0.1

* Update friendly_id dependency ([#21](https://github.com/shioyama/friendly_id-mobility/pull/21))

### 1.0.0

* Release 1.0.0, compatible with Mobility 1.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Installation
Add this line to your application's Gemfile:

```ruby
gem 'friendly_id-mobility', '~> 1.0.0'
gem 'friendly_id-mobility', '~> 1.0.1'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/friendly_id/mobility/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module FriendlyId
module Mobility
VERSION = "1.0.0"
VERSION = "1.0.1"
end
end

0 comments on commit 7a45df3

Please # to comment.