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.
1 parent 8d546e4 commit 6649adbCopy full SHA for 6649adb
README.md
@@ -337,7 +337,7 @@ To use Aspose Words for Cloud Ruby SDK you need to register an account with [Asp
337
To install this package do the following:
338
update your Gemfile
339
```ruby
340
-gem 'aspose_words_cloud', '~> 24.5'
+gem 'aspose_words_cloud', '~> 24.6'
341
```
342
or install directly
343
```bash
lib/aspose_words_cloud/version.rb
@@ -24,5 +24,5 @@
24
# ------------------------------------------------------------------------------------
25
26
module AsposeWordsCloud
27
- VERSION = "24.5".freeze
+ VERSION = "24.6".freeze
28
end
0 commit comments