From a6feccd8593ddb7f29cc60112de62991815da653 Mon Sep 17 00:00:00 2001 From: andrii-bodnar Date: Fri, 1 Nov 2024 13:27:27 +0000 Subject: [PATCH] chore: version 1.12.0 [skip ci] --- Gemfile.lock | 2 +- README.md | 2 +- lib/crowdin-api/client/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index bbc1cbe..4de1191 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/README.md b/README.md index 4dd1b7c..c9ba645 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/lib/crowdin-api/client/version.rb b/lib/crowdin-api/client/version.rb index d9bff52..0d66d93 100644 --- a/lib/crowdin-api/client/version.rb +++ b/lib/crowdin-api/client/version.rb @@ -2,6 +2,6 @@ module Crowdin class Client - VERSION = '1.11.0' + VERSION = '1.12.0' end end