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 29b6385 + bf145e4 commit 7312479Copy full SHA for 7312479
README.md
@@ -219,7 +219,7 @@ To use Aspose Words for Cloud Ruby SDK you need to register an account with [Asp
219
To install this package do the following:
220
update your Gemfile
221
```ruby
222
-gem 'aspose_words_cloud', '~> 22.7'
+gem 'aspose_words_cloud', '~> 22.8'
223
```
224
or install directly
225
```bash
lib/aspose_words_cloud/version.rb
@@ -24,5 +24,5 @@
24
# ------------------------------------------------------------------------------------
25
26
module AsposeWordsCloud
27
- VERSION = "22.7.0".freeze
+ VERSION = "22.8.0".freeze
28
end
0 commit comments