Skip to content

Commit 8d82fba

Browse files
SDK regenerated by CI server [ci skip]
1 parent 9a7fe90 commit 8d82fba

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.10'
3+
s.version = '21.11'
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
@@ -169,7 +169,7 @@ Add link to this repository as dependency to your Package.swift:
169169

170170
dependencies: [
171171
// Dependencies declare other packages that this package depends on.
172-
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift", from: "21.10"),
172+
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift", from: "21.11"),
173173
],
174174
targets: [
175175
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
@@ -187,7 +187,7 @@ targets: [
187187
Add link to git repository as dependency to your Podfile:
188188

189189
```ruby
190-
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '21.10'
190+
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '21.11'
191191
```
192192

193193
## Getting Started

Sources/AsposeWordsCloud/Api/Configuration.swift

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

119119
// Returns SDK version for using in statistics headers
120120
public func getSdkVersion() -> String {
121-
return "21.10";
121+
return "21.11";
122122
}
123123
}

0 commit comments

Comments
 (0)