Skip to content

Commit

Permalink
Release 1.0.0.beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama committed Nov 3, 2020
1 parent 1f9dad2 commit 8ab043e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Mobility
[wiki]: https://github.com/shioyama/mobility/wiki

**This is the readme for the [`master`](https://github.com/shioyama/mobility)
branch, which corresponds to v1.0.0.alpha, a pre-release version of Mobility.
branch, which corresponds to v1.0.0.beta, a pre-release version of Mobility.
If you are using an earlier version (0.8.x or earlier), you probably want the
readme on the [0-8-stable
branch](https://github.com/shioyama/mobility/tree/0-8-stable).**
Expand Down Expand Up @@ -54,11 +54,11 @@ section of the wiki.
Installation
------------

To use the latest (unreleased) version of Mobility, add this line to your
To use the latest pre-version of Mobility 1.0, add this line to your
application's Gemfile:

```ruby
gem 'mobility', git: 'https://github.com/shioyama/mobility.git'
gem 'mobility', '~> 1.0.0.beta.1'
```

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 = "alpha"
PRE = "beta.1"

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

0 comments on commit 8ab043e

Please sign in to comment.