Skip to content

Commit b1e0fa8

Browse files
committed
Update to version v2.4.0.beta.1
1 parent 9e9a8a8 commit b1e0fa8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Bundler helps manage dependencies for Ruby projects. Find more info here: <http:
1717
Add this gem to your `Gemfile`:
1818

1919
```ruby
20-
gem "opentok", "~> 2.3"
20+
gem "opentok", "~> 2.4.0.beta.1"
2121
```
2222

2323
Allow bundler to install the change.
@@ -29,7 +29,7 @@ $ bundle install
2929
## RubyGems:
3030

3131
```
32-
$ gem install opentok -v 2.3.4
32+
$ gem install opentok -v 2.4.0.beta.1
3333
```
3434

3535
# Usage

lib/opentok/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module OpenTok
22
# @private
3-
VERSION = '2.3.5.alpha.1'
3+
VERSION = '2.4.0.beta.1'
44
end

0 commit comments

Comments
 (0)