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 f319aa3 commit 0107b5aCopy full SHA for 0107b5a
README.md
@@ -374,7 +374,7 @@ To use Aspose Words for Cloud Ruby SDK you need to register an account with [Asp
374
To install this package do the following:
375
update your Gemfile
376
```ruby
377
-gem 'aspose_words_cloud', '~> 25.2'
+gem 'aspose_words_cloud', '~> 25.3'
378
```
379
or install directly
380
```bash
lib/aspose_words_cloud/version.rb
@@ -24,5 +24,5 @@
24
# ------------------------------------------------------------------------------------
25
26
module AsposeWordsCloud
27
- VERSION = "25.2".freeze
+ VERSION = "25.3".freeze
28
end
0 commit comments