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 67be647 + bfd6661 commit 17115a2Copy full SHA for 17115a2
README.md
@@ -357,7 +357,7 @@ To use Aspose Words for Cloud Ruby SDK you need to register an account with [Asp
357
To install this package do the following:
358
update your Gemfile
359
```ruby
360
-gem 'aspose_words_cloud', '~> 24.9'
+gem 'aspose_words_cloud', '~> 24.10'
361
```
362
or install directly
363
```bash
lib/aspose_words_cloud/version.rb
@@ -24,5 +24,5 @@
24
# ------------------------------------------------------------------------------------
25
26
module AsposeWordsCloud
27
- VERSION = "24.9.0".freeze
+ VERSION = "24.10.0".freeze
28
end
0 commit comments