Skip to content

Commit

Permalink
Merge pull request #44 from aspose-imaging-cloud/development
Browse files Browse the repository at this point in the history
Aspose.Imaging Cloud v22.4
  • Loading branch information
aifeigin committed Apr 13, 2022
2 parents 5756d26 + 5740441 commit 99b9de8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -79,7 +79,7 @@ or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.or

Finally add this to the Gemfile:

gem 'aspose-imaging-cloud', '~> 21.12'
gem 'aspose-imaging-cloud', '~> 22.4'

### Install from Git

Expand Down
2 changes: 1 addition & 1 deletion aspose-imaging-cloud.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'aspose_imaging_cloud'
s.version = '21.12'
s.version = '22.4'
s.licenses = ['MIT']
s.summary = "Aspose.Imaging Cloud Ruby SDK"
s.description = "
Expand Down
2 changes: 1 addition & 1 deletion lib/aspose-imaging-cloud/api_client.rb
Expand Up @@ -54,7 +54,7 @@ def initialize(client_secret = nil, client_id = nil, base_url = 'api-qa.aspose.c
@config = Configuration.new(client_secret, client_id, base_url, api_version, debug)
@default_headers = {
'x-aspose-client' => 'ruby sdk',
'x-aspose-version' => '21.12'
'x-aspose-version' => '22.4'
}
end

Expand Down

0 comments on commit 99b9de8

Please sign in to comment.