Skip to content

Commit 2b86f34

Browse files
committed
Updated sources
1 parent 9691f52 commit 2b86f34

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
groupdocs_conversion_cloud (21.4.1)
4+
groupdocs_conversion_cloud (21.9)
55
addressable (~> 2.5.0, >= 2.5.0)
66
faraday (~> 0.14.0)
77

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem install groupdocs_conversion_cloud
1212
To add dependency to your app copy following into your Gemfile and run `bundle install`:
1313

1414
```
15-
gem "groupdocs_conversion_cloud", "~> 21.4.1"
15+
gem "groupdocs_conversion_cloud", "~> 21.9"
1616
```
1717

1818
## Getting Started

lib/groupdocs_conversion_cloud/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
# --------------------------------------------------------------------------------------------------------------------
2626
#
2727
module GroupDocsConversionCloud
28-
VERSION = "21.4.1".freeze
28+
VERSION = "21.9".freeze
2929
end

0 commit comments

Comments
 (0)