Skip to content

Commit

Permalink
Bump version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aiham committed Sep 26, 2017
1 parent 5e230a0 commit e6b90b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ Bundler helps manage dependencies for Ruby projects. Find more info here: <http:
Add this gem to your `Gemfile`:

```ruby
gem "opentok", "~> 2.5.0.alpha.1"
gem "opentok", "~> 2.5.0"
```

Allow bundler to install the change.
Expand Down
2 changes: 1 addition & 1 deletion lib/opentok/version.rb
@@ -1,4 +1,4 @@
module OpenTok
# @private
VERSION = '2.5.0.alpha.1'
VERSION = '2.5.0'
end

0 comments on commit e6b90b2

Please sign in to comment.