Skip to content

Commit

Permalink
chore: version 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Jan 16, 2024
1 parent 749677e commit a3110e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Crowdin API is a full-featured RESTful API that helps you to integrate localizat
Add this line to your application's Gemfile:

```gemfile
gem 'crowdin-api', '~> 1.6.0'
gem 'crowdin-api', '~> 1.7.0'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/crowdin-api/client/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Crowdin
class Client
VERSION = '1.6.0'
VERSION = '1.7.0'
end
end

0 comments on commit a3110e9

Please sign in to comment.