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 b81a9c6 commit 16b6bdaCopy full SHA for 16b6bda
README.md
@@ -129,7 +129,7 @@ To use Aspose Words for Cloud Ruby SDK you need to register an account with [Asp
129
To install this package do the following:
130
update your Gemfile
131
```ruby
132
-gem 'aspose_words_cloud', '~> 21.5'
+gem 'aspose_words_cloud', '~> 21.5.1'
133
```
134
or install directly
135
```bash
lib/aspose_words_cloud/version.rb
@@ -24,5 +24,5 @@
24
# ------------------------------------------------------------------------------------
25
26
module AsposeWordsCloud
27
- VERSION = "21.5".freeze
+ VERSION = "21.5.1".freeze
28
end
0 commit comments