Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit 8dbe91f

Browse files
authored
Explain how to install a beta version of a gem (#41)
1 parent 613af6d commit 8dbe91f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For your API key and additional info please visit our [developer portal](https:/
2424
Add this line to your application's Gemfile:
2525

2626
```ruby
27-
gem 'wetransfer'
27+
gem 'wetransfer', version: '0.9.0.beta1'
2828
```
2929

3030
And then execute:

lib/we_transfer_client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module WeTransfer
2-
VERSION = '0.9.0.beta'
2+
VERSION = '0.9.0.beta1'
33
end

0 commit comments

Comments
 (0)