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 dc16fbe commit 5473d23Copy full SHA for 5473d23
README.md
@@ -326,7 +326,7 @@ To use Aspose Words for Cloud Ruby SDK you need to register an account with [Asp
326
To install this package do the following:
327
update your Gemfile
328
```ruby
329
-gem 'aspose_words_cloud', '~> 24.3'
+gem 'aspose_words_cloud', '~> 24.4'
330
```
331
or install directly
332
```bash
lib/aspose_words_cloud/version.rb
@@ -24,5 +24,5 @@
24
# ------------------------------------------------------------------------------------
25
26
module AsposeWordsCloud
27
- VERSION = "24.3".freeze
+ VERSION = "24.4".freeze
28
end
0 commit comments