We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b10e92f commit 42ffeebCopy full SHA for 42ffeeb
2 files changed
README.md
@@ -13,7 +13,7 @@ The underlying REST API documentation can be found on [docs.withorb.com](https:/
13
To use this gem, install via Bundler by adding the following to your application's `Gemfile`:
14
15
```ruby
16
-gem "orb", "~> 0.1.0.pre.alpha.30"
+gem "orb", "~> 0.1.0.pre.alpha.31"
17
```
18
19
To fetch an initial copy of the gem:
sig/orb/version.rbs
@@ -1,3 +1,3 @@
1
module Orb
2
- VERSION: "0.1.0-alpha.30"
+ VERSION: "0.1.0-alpha.31"
3
end
0 commit comments