We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 662a8b9 + 1949f90 commit b4fc004Copy full SHA for b4fc004
README.md
@@ -152,7 +152,7 @@ To use Aspose Words for Cloud Ruby SDK you need to register an account with [Asp
152
To install this package do the following:
153
update your Gemfile
154
```ruby
155
-gem 'aspose_words_cloud', '~> 21.8'
+gem 'aspose_words_cloud', '~> 21.9'
156
```
157
or install directly
158
```bash
lib/aspose_words_cloud/version.rb
@@ -24,5 +24,5 @@
24
# ------------------------------------------------------------------------------------
25
26
module AsposeWordsCloud
27
- VERSION = "21.8.0".freeze
+ VERSION = "21.9.0".freeze
28
end
0 commit comments