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 2b881c2 + 0d24436 commit 9b81499Copy full SHA for 9b81499
README.md
@@ -316,7 +316,7 @@ To use Aspose Words for Cloud Ruby SDK you need to register an account with [Asp
316
To install this package do the following:
317
update your Gemfile
318
```ruby
319
-gem 'aspose_words_cloud', '~> 24.1'
+gem 'aspose_words_cloud', '~> 24.2'
320
```
321
or install directly
322
```bash
lib/aspose_words_cloud/version.rb
@@ -24,5 +24,5 @@
24
# ------------------------------------------------------------------------------------
25
26
module AsposeWordsCloud
27
- VERSION = "24.1.0".freeze
+ VERSION = "24.2.0".freeze
28
end
0 commit comments