Skip to content

Commit 7d193b4

Browse files
Merge branch 'master' into release
2 parents e2b871a + 6649934 commit 7d193b4

File tree

8 files changed

+18
-14
lines changed

8 files changed

+18
-14
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ This repository contains Aspose.Words Cloud SDK for Ruby source code. This SDK a
1313
* Watermarks and protection
1414
* Full read & write access to Document Object Model, including sections, paragraphs, text, images, tables, headers/footers and many others
1515

16+
## Enhancements in Version 21.11
17+
18+
19+
1620
## Enhancements in Version 21.10
1721

1822
- Removed 'GraphicsQualityOptions' image save option as it no longer supported.
@@ -159,7 +163,7 @@ To use Aspose Words for Cloud Ruby SDK you need to register an account with [Asp
159163
To install this package do the following:
160164
update your Gemfile
161165
```ruby
162-
gem 'aspose_words_cloud', '~> 21.10'
166+
gem 'aspose_words_cloud', '~> 21.11'
163167
```
164168
or install directly
165169
```bash

lib/aspose_words_cloud/models/font.rb

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

lib/aspose_words_cloud/models/paragraph_format.rb

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

lib/aspose_words_cloud/models/paragraph_format_base.rb

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

lib/aspose_words_cloud/models/paragraph_format_update.rb

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

lib/aspose_words_cloud/models/style.rb

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

lib/aspose_words_cloud/models/table_properties.rb

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

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.10.0".freeze
27+
VERSION = "21.11.0".freeze
2828
end

0 commit comments

Comments
 (0)