Skip to content

Commit f23eb5a

Browse files
Merge branch 'master' into release
2 parents dd7cfb0 + 03efeff commit f23eb5a

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
@@ -393,7 +393,7 @@ To use Aspose Words for Cloud Ruby SDK you need to register an account with [Asp
393393
To install this package do the following:
394394
update your Gemfile
395395
```ruby
396-
gem 'aspose_words_cloud', '~> 25.6'
396+
gem 'aspose_words_cloud', '~> 25.7'
397397
```
398398
or install directly
399399
```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 = "25.6".freeze
27+
VERSION = "25.7".freeze
2828
end

0 commit comments

Comments
 (0)