Skip to content

Commit

Permalink
chore: version 1.12.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Nov 1, 2024
1 parent dbcdbd8 commit a6feccd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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:
crowdin-api (1.11.0)
crowdin-api (1.12.0)
open-uri (>= 0.1.0, < 0.2.0)
rest-client (>= 2.0.0, < 2.2.0)

Expand Down
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.11.0'
gem 'crowdin-api', '~> 1.12.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.11.0'
VERSION = '1.12.0'
end
end

0 comments on commit a6feccd

Please sign in to comment.