Skip to content

Commit 6a124a8

Browse files
author
evgeny.ivanov
committed
SDK regenerated by CI server [ci skip]
1 parent de38e29 commit 6a124a8

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 = '20.7'
3+
s.version = '20.8'
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
@@ -82,7 +82,7 @@ Add link to this repository as dependency to your Package.swift:
8282

8383
dependencies: [
8484
// Dependencies declare other packages that this package depends on.
85-
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift", from: "20.7"),
85+
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift", from: "20.8"),
8686
],
8787
targets: [
8888
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
@@ -100,7 +100,7 @@ targets: [
100100
Add link to git repository as dependency to your Podfile:
101101

102102
```ruby
103-
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '20.7'
103+
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '20.8'
104104
```
105105

106106
## Getting Started

Sources/AsposeWordsCloud/Api/Configuration.swift

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

9292
// Returns SDK version for using in statistics headers
9393
public func getSdkVersion() -> String {
94-
return "20.7";
94+
return "20.8";
9595
}
9696
}

0 commit comments

Comments
 (0)