We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc79ebf commit 3d17f9aCopy full SHA for 3d17f9a
3 files changed
Gemfile.lock
@@ -11,7 +11,7 @@ GIT
11
PATH
12
remote: .
13
specs:
14
- orb-billing (0.1.0.pre.alpha.33)
+ orb-billing (0.1.0.pre.alpha.34)
15
connection_pool
16
17
GEM
README.md
@@ -13,7 +13,7 @@ The underlying REST API documentation can be found on [docs.withorb.com](https:/
To use this gem, install via Bundler by adding the following to your application's `Gemfile`:
```ruby
-gem "orb-billing", "~> 0.1.0.pre.alpha.33"
+gem "orb-billing", "~> 0.1.0.pre.alpha.34"
```
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.33"
+ VERSION: "0.1.0-alpha.34"
3
end
0 commit comments