Skip to content

Commit

Permalink
Merge pull request #27 from mxenabled/bm/bump_version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
brettmortensen authored Aug 20, 2021
2 parents 5857ac0 + 7c6fe57 commit 1032003
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The MX Platform API is a powerful, fully-featured API designed to make aggregati
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

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

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

```shell
gem install ./mx-platform-ruby-0.3.0.gem
gem install ./mx-platform-ruby-0.3.1.gem
```

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

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

Finally add this to the Gemfile:

gem 'mx-platform-ruby', '~> 0.3.0'
gem 'mx-platform-ruby', '~> 0.3.1'

### Install from Git

Expand Down
2 changes: 1 addition & 1 deletion lib/mx-platform-ruby/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
=end

module MxPlatformRuby
VERSION = '0.3.0'
VERSION = '0.3.1'
end
2 changes: 1 addition & 1 deletion openapi/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ gemHomepage: "https://github.com/mxenabled/mx-platform-ruby"
gemLicense: "MIT"
gemName: "mx-platform-ruby"
gemRequiredRubyVersion: ">= 2.6"
gemVersion: "0.3.0"
gemVersion: "0.3.1"
library: "faraday"
moduleName: "MxPlatformRuby"

0 comments on commit 1032003

Please sign in to comment.