Skip to content

Commit b4fc004

Browse files
Merge branch 'master' into release
2 parents 662a8b9 + 1949f90 commit b4fc004

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ To use Aspose Words for Cloud Ruby SDK you need to register an account with [Asp
152152
To install this package do the following:
153153
update your Gemfile
154154
```ruby
155-
gem 'aspose_words_cloud', '~> 21.8'
155+
gem 'aspose_words_cloud', '~> 21.9'
156156
```
157157
or install directly
158158
```bash

lib/aspose_words_cloud/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
# ------------------------------------------------------------------------------------
2525

2626
module AsposeWordsCloud
27-
VERSION = "21.8.0".freeze
27+
VERSION = "21.9.0".freeze
2828
end

0 commit comments

Comments
 (0)