Skip to content

Commit 1e3b14c

Browse files
committed
update version
1 parent 4aa22ca commit 1e3b14c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ script:
88
- bundle install --path vendor/bundle
99
- bundle exec rspec
1010
- gem build bandwidth-sdk.gemspec
11-
- gem install ./bandwidth-sdk-1.0.0-dev.gem
11+
- gem install ./bandwidth-sdk-1.0.0.gem

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Bandwidth's Communication APIs
2222
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
2323

2424
- API version: 1.0.0
25-
- Package version: 1.0.0-dev
25+
- Package version: 1.0.0
2626
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
2727
For more information, please visit [https://dev.bandwidth.com](https://dev.bandwidth.com)
2828

@@ -45,16 +45,16 @@ gem build bandwidth-sdk.gemspec
4545
Then either install the gem locally:
4646

4747
```shell
48-
gem install ./bandwidth-sdk-1.0.0-dev.gem
48+
gem install ./bandwidth-sdk-1.0.0.gem
4949
```
5050

51-
(for development, run `gem install --dev ./bandwidth-sdk-1.0.0-dev.gem` to install the development dependencies)
51+
(for development, run `gem install --dev ./bandwidth-sdk-1.0.0.gem` to install the development dependencies)
5252

5353
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
5454

5555
Finally add this to the Gemfile:
5656

57-
gem 'bandwidth-sdk', '~> 1.0.0-dev'
57+
gem 'bandwidth-sdk', '~> 1.0.0'
5858

5959
### Install from Git
6060

lib/bandwidth-sdk/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
=end
1212

1313
module Bandwidth
14-
VERSION = '1.0.0-dev'
14+
VERSION = '1.0.0'
1515
end

openapi-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gemLicense: MIT
66
gemName: bandwidth-sdk
77
gemRequiredRubyVersion: '>=2.7'
88
gemSummary: Bandwidth Ruby SDK
9-
gemVersion: 11.0.0
9+
gemVersion: 1.0.0
1010
library: faraday
1111
moduleName: Bandwidth
1212
templateDir: custom_templates

0 commit comments

Comments
 (0)