Skip to content

Commit 5feceea

Browse files
authored
Merge pull request #50 from aspose-pdf-cloud/develop
update to 22.5
2 parents d56c50a + ea66f20 commit 5feceea

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ XLS, XLSX, PPTX, DOC, DOCX, MobiXML, JPEG, EMF, PNG, BMP, GIF, TIFF, Text
2929
## Read PDF Formats
3030
MHT, PCL, PS, XSLFO, MD
3131

32-
## Enhancements in Version 22.4
32+
## Enhancements in Version 22.5
3333
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
3434

3535
## Installation
@@ -45,15 +45,15 @@ gem build aspose_pdf_cloud.gemspec
4545
Then either install the gem locally:
4646

4747
```shell
48-
gem install ./aspose_pdf_cloud-22.4.0.gem
48+
gem install ./aspose_pdf_cloud-22.5.0.gem
4949
```
50-
(for development, run `gem install --dev ./aspose_pdf_cloud-22.4.0.gem` to install the development dependencies)
50+
(for development, run `gem install --dev ./aspose_pdf_cloud-22.5.0.gem` to install the development dependencies)
5151

5252
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
5353

5454
Finally add this to the Gemfile:
5555

56-
gem 'aspose_pdf_cloud', '~> 22.4.0'
56+
gem 'aspose_pdf_cloud', '~> 22.5.0'
5757

5858
### Install from Git
5959

lib/aspose_pdf_cloud/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
=end
2121

2222
module AsposePdfCloud
23-
VERSION = "22.4.0"
23+
VERSION = "22.5.0"
2424
end

0 commit comments

Comments
 (0)