README.md in approveapi_swagger-1.0.2 vs README.md in approveapi_swagger-1.0.3

- old
+ new

@@ -4,12 +4,12 @@ The simple API to request a user's approval on anything via email + sms. This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 1.0.0 -- Package version: 1.0.2 +- API version: 1.0.1 +- Package version: 1.0.3 - Build package: org.openapitools.codegen.languages.RubyClientCodegen ## Installation ### Build a gem @@ -21,18 +21,18 @@ ``` Then either install the gem locally: ```shell -gem install ./approveapi_swagger-1.0.2.gem +gem install ./approveapi_swagger-1.0.3.gem ``` -(for development, run `gem install --dev ./approveapi_swagger-1.0.2.gem` to install the development dependencies) +(for development, run `gem install --dev ./approveapi_swagger-1.0.3.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 'approveapi_swagger', '~> 1.0.2' + gem 'approveapi_swagger', '~> 1.0.3' ### Install from Git If the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile: