We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e9a8a8 commit b1e0fa8Copy full SHA for b1e0fa8
README.md
@@ -17,7 +17,7 @@ Bundler helps manage dependencies for Ruby projects. Find more info here: <http:
17
Add this gem to your `Gemfile`:
18
19
```ruby
20
-gem "opentok", "~> 2.3"
+gem "opentok", "~> 2.4.0.beta.1"
21
```
22
23
Allow bundler to install the change.
@@ -29,7 +29,7 @@ $ bundle install
29
## RubyGems:
30
31
32
-$ gem install opentok -v 2.3.4
+$ gem install opentok -v 2.4.0.beta.1
33
34
35
# Usage
lib/opentok/version.rb
@@ -1,4 +1,4 @@
1
module OpenTok
2
# @private
3
- VERSION = '2.3.5.alpha.1'
+ VERSION = '2.4.0.beta.1'
4
end
0 commit comments