Skip to content

Commit 1032003

Browse files
Merge pull request #27 from mxenabled/bm/bump_version
Bump version
2 parents 5857ac0 + 7c6fe57 commit 1032003

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The MX Platform API is a powerful, fully-featured API designed to make aggregati
77
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
88

99
- API version: 0.1.0
10-
- Package version: 0.3.0
10+
- Package version: 0.3.1
1111
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
1212
For more information, please visit [https://www.mx.com/products/platform-api](https://www.mx.com/products/platform-api)
1313

@@ -24,16 +24,16 @@ gem build mx-platform-ruby.gemspec
2424
Then either install the gem locally:
2525

2626
```shell
27-
gem install ./mx-platform-ruby-0.3.0.gem
27+
gem install ./mx-platform-ruby-0.3.1.gem
2828
```
2929

30-
(for development, run `gem install --dev ./mx-platform-ruby-0.3.0.gem` to install the development dependencies)
30+
(for development, run `gem install --dev ./mx-platform-ruby-0.3.1.gem` to install the development dependencies)
3131

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

3434
Finally add this to the Gemfile:
3535

36-
gem 'mx-platform-ruby', '~> 0.3.0'
36+
gem 'mx-platform-ruby', '~> 0.3.1'
3737

3838
### Install from Git
3939

lib/mx-platform-ruby/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 MxPlatformRuby
14-
VERSION = '0.3.0'
14+
VERSION = '0.3.1'
1515
end

openapi/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ gemHomepage: "https://github.com/mxenabled/mx-platform-ruby"
66
gemLicense: "MIT"
77
gemName: "mx-platform-ruby"
88
gemRequiredRubyVersion: ">= 2.6"
9-
gemVersion: "0.3.0"
9+
gemVersion: "0.3.1"
1010
library: "faraday"
1111
moduleName: "MxPlatformRuby"

0 commit comments

Comments
 (0)