Skip to content

Commit e4041d7

Browse files
author
evgeny.ivanov
committed
SDK regenerated by CI server [ci skip]
1 parent 675ef3a commit e4041d7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

AsposeWordsCloud.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AsposeWordsCloud'
3-
s.version = '21.5'
3+
s.version = '21.5.1'
44
s.summary = 'Aspose Words for Cloud.'
55
s.homepage = 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Add link to this repository as dependency to your Package.swift:
135135

136136
dependencies: [
137137
// Dependencies declare other packages that this package depends on.
138-
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift", from: "21.5"),
138+
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift", from: "21.5.1"),
139139
],
140140
targets: [
141141
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
@@ -153,7 +153,7 @@ targets: [
153153
Add link to git repository as dependency to your Podfile:
154154

155155
```ruby
156-
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '21.5'
156+
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '21.5.1'
157157
```
158158

159159
## Getting Started

Sources/AsposeWordsCloud/Api/Configuration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,6 @@ public class Configuration : Codable {
117117

118118
// Returns SDK version for using in statistics headers
119119
public func getSdkVersion() -> String {
120-
return "21.5";
120+
return "21.5.1";
121121
}
122122
}

0 commit comments

Comments
 (0)