Skip to content

Commit

Permalink
Bump Ruby SDK version up
Browse files Browse the repository at this point in the history
  • Loading branch information
amahadaya committed Feb 21, 2025
1 parent 2266c07 commit 18c05c3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ None

<a name="5.1.1"></a>

## [5.1.1] - 2025-02-18
## [5.2.0] - 2025-02-18

### Changed

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
freeclimb (5.1.1)
freeclimb (5.2.0)
typhoeus (~> 1.0, >= 1.0.1)

GEM
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ FreeClimb is a cloud-based application programming interface (API) that puts the
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.0.0
- Package version: 5.1.1
- Package version: 5.2.0
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
For more information, please visit [https://www.freeclimb.com/support/](https://www.freeclimb.com/support/)

## Installation

Add this to the Gemfile:

gem 'freeclimb', '~> 5.1.1'
gem 'freeclimb', '~> 5.2.0'

and run from your terminal

Expand Down Expand Up @@ -44,9 +44,9 @@ gem build freeclimb.gemspec
Then either install the gem locally:

```shell
gem install ./freeclimb-5.1.1.gem
gem install ./freeclimb-5.2.0.gem
```
(for development, run `gem install --dev ./freeclimb-5.1.1.gem` to install the development dependencies)
(for development, run `gem install --dev ./freeclimb-5.2.0.gem` to install the development dependencies)

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion lib/freeclimb/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
#

module Freeclimb
VERSION = "5.1.1"
VERSION = "5.2.0"
end

0 comments on commit 18c05c3

Please sign in to comment.