Skip to content

Commit

Permalink
Updated sources
Browse files Browse the repository at this point in the history
  • Loading branch information
product-team committed Sep 13, 2023
1 parent 18ffce1 commit 4ec2eef
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:
groupdocs_conversion_cloud (23.8)
groupdocs_conversion_cloud (23.9)
addressable (~> 2.8.0, >= 2.8.0)
faraday (~> 0.14.0)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/groupdocs_conversion_cloud/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
# --------------------------------------------------------------------------------------------------------------------
#
module GroupDocsConversionCloud
VERSION = "23.8".freeze
VERSION = "23.9".freeze
end

0 comments on commit 4ec2eef

Please sign in to comment.