Skip to content

Commit

Permalink
Release 1.3.0.rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama committed Mar 31, 2024
1 parent 3dd63f6 commit 3096edb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 1.3

### Unreleased
### 1.3.0.rc3

- Don't try to load generators if Rails is loaded but AR is not
([#627](https://github.com/shioyama/mobility/pull/627)), thanks
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Installation
Add this line to your application's Gemfile:

```ruby
gem 'mobility', '~> 1.3.0.rc2'
gem 'mobility', '~> 1.3.0.rc3'
```

### ActiveRecord (Rails)
Expand Down
2 changes: 1 addition & 1 deletion lib/mobility/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module VERSION
MAJOR = 1
MINOR = 3
TINY = 0
PRE = "rc2"
PRE = "rc3"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down

0 comments on commit 3096edb

Please sign in to comment.