Skip to content

Commit fa5c962

Browse files
SDK regenerated by CI server [ci skip]
1 parent db17268 commit fa5c962

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.11'
3+
s.version = '21.12'
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
@@ -173,7 +173,7 @@ Add link to this repository as dependency to your Package.swift:
173173

174174
dependencies: [
175175
// Dependencies declare other packages that this package depends on.
176-
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift", from: "21.11"),
176+
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift", from: "21.12"),
177177
],
178178
targets: [
179179
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
@@ -191,7 +191,7 @@ targets: [
191191
Add link to git repository as dependency to your Podfile:
192192

193193
```ruby
194-
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '21.11'
194+
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '21.12'
195195
```
196196

197197
## Getting Started

Sources/AsposeWordsCloud/Api/Configuration.swift

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

131131
// Returns SDK version for using in statistics headers
132132
public func getSdkVersion() -> String {
133-
return "21.11";
133+
return "21.12";
134134
}
135135
}

0 commit comments

Comments
 (0)