README.md in talon_one-2.1.0 vs README.md in talon_one-2.1.1

- old
+ new

@@ -15,11 +15,11 @@ This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 1.0.0 -- Package version: 2.1.0 +- Package version: 2.1.1 - Build package: org.openapitools.codegen.languages.RubyClientCodegen ## Installation ### Build a gem @@ -31,19 +31,19 @@ ``` Then either install the gem locally: ```shell -gem install ./talon_one-2.1.0.gem +gem install ./talon_one-2.1.1.gem ``` -(for development, run `gem install --dev ./talon_one-2.1.0.gem` to install the development dependencies) +(for development, run `gem install --dev ./talon_one-2.1.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 'talon_one', '~> 2.1.0' + gem 'talon_one', '~> 2.1.1' ### Install from Git If the Ruby gem is hosted at a git repository: https://github.com/talon-one/talon_one.rb, then add the following in the Gemfile: