Skip to content

Commit

Permalink
Rename v1.0.0.beta.1 to v1.0.0.beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama committed Nov 3, 2020
1 parent 8ab043e commit 103abe0
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 @@ -4,7 +4,7 @@

1.0 is a rewrite of many internals of the gem. Please see the [wiki page on v1.0](https://github.com/shioyama/mobility/wiki/Introduction-to-Mobility-v1.0) for more details on how to upgrade.

## 1.0.0.beta.1 (pre-release)
## 1.0.0.beta1 (pre-release)

- Remove `Mobility::Backend#apply_plugin`
([#454](https://github.com/shioyama/mobility/pull/454))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ To use the latest pre-version of Mobility 1.0, add this line to your
application's Gemfile:

```ruby
gem 'mobility', '~> 1.0.0.beta.1'
gem 'mobility', '~> 1.0.0.beta1'
```

For the latest stable version of Mobility, see the readme on the
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 = 0
TINY = 0
PRE = "beta.1"
PRE = "beta1"

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

0 comments on commit 103abe0

Please sign in to comment.