diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 605e664..aeddf0d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,6 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - bundler-cache: true ruby-version: 2.6 - run: bundle install diff --git a/README.md b/README.md index a8bd258..423bcb1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,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: -- Package version: 0.4.0 +- Package version: 0.4.1 ## Installation diff --git a/lib/mx-platform-ruby/version.rb b/lib/mx-platform-ruby/version.rb index 3b62b96..4bd2026 100644 --- a/lib/mx-platform-ruby/version.rb +++ b/lib/mx-platform-ruby/version.rb @@ -11,5 +11,5 @@ =end module MxPlatformRuby - VERSION = '0.4.0' + VERSION = '0.4.1' end diff --git a/openapi/config.yml b/openapi/config.yml index 02be5fc..23ca921 100644 --- a/openapi/config.yml +++ b/openapi/config.yml @@ -6,6 +6,6 @@ gemHomepage: "https://github.com/mxenabled/mx-platform-ruby" gemLicense: "MIT" gemName: "mx-platform-ruby" gemRequiredRubyVersion: ">= 2.6" -gemVersion: "0.4.0" +gemVersion: "0.4.1" library: "faraday" moduleName: "MxPlatformRuby"