Skip to content

Commit

Permalink
chore: version 1.6.0 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar authored Jun 15, 2023
1 parent c78215c commit 2f5de18
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 @@ -31,7 +31,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.5.0'
gem 'crowdin-api', '~> 1.6.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.5.0'
VERSION = '1.6.0'
end
end

0 comments on commit 2f5de18

Please sign in to comment.