Skip to content

Commit 77e2084

Browse files
Merge branch 'master' into release
2 parents a1a5f7b + e72ca9e commit 77e2084

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
@@ -244,7 +244,7 @@ To use Aspose Words for Cloud Ruby SDK you need to register an account with [Asp
244244
To install this package do the following:
245245
update your Gemfile
246246
```ruby
247-
gem 'aspose_words_cloud', '~> 22.11'
247+
gem 'aspose_words_cloud', '~> 22.12'
248248
```
249249
or install directly
250250
```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 = "22.11.0".freeze
27+
VERSION = "22.12.0".freeze
2828
end

0 commit comments

Comments
 (0)