From 4ec2eef2dd40924fedc83717889e13a838916801 Mon Sep 17 00:00:00 2001 From: product-team Date: Wed, 13 Sep 2023 01:33:38 -0500 Subject: [PATCH] Updated sources --- Gemfile.lock | 2 +- README.md | 2 +- lib/groupdocs_conversion_cloud/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f3dca5b..8ad6563 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - groupdocs_conversion_cloud (23.8) + groupdocs_conversion_cloud (23.9) addressable (~> 2.8.0, >= 2.8.0) faraday (~> 0.14.0) diff --git a/README.md b/README.md index f678de8..80553e4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ gem install groupdocs_conversion_cloud To add dependency to your app copy following into your Gemfile and run `bundle install`: ``` -gem "groupdocs_conversion_cloud", "~> 23.8" +gem "groupdocs_conversion_cloud", "~> 23.9" ``` ## Getting Started diff --git a/lib/groupdocs_conversion_cloud/version.rb b/lib/groupdocs_conversion_cloud/version.rb index c84662d..81a9ad5 100644 --- a/lib/groupdocs_conversion_cloud/version.rb +++ b/lib/groupdocs_conversion_cloud/version.rb @@ -25,5 +25,5 @@ # -------------------------------------------------------------------------------------------------------------------- # module GroupDocsConversionCloud - VERSION = "23.8".freeze + VERSION = "23.9".freeze end