Skip to content

Commit eaa1f16

Browse files
SDK regenerated by CI server [ci skip]
1 parent 56162e4 commit eaa1f16

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 = '22.7'
3+
s.version = '22.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
@@ -223,7 +223,7 @@ Add link to this repository as dependency to your Package.swift:
223223

224224
dependencies: [
225225
// Dependencies declare other packages that this package depends on.
226-
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift", from: "22.7"),
226+
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift", from: "22.8"),
227227
],
228228
targets: [
229229
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
@@ -241,7 +241,7 @@ targets: [
241241
Add link to git repository as dependency to your Podfile:
242242

243243
```ruby
244-
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '22.7'
244+
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '22.8'
245245
```
246246

247247
## Getting Started

Sources/AsposeWordsCloud/Api/Configuration.swift

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

189189
// Returns SDK version for using in statistics headers
190190
public func getSdkVersion() -> String {
191-
return "22.7";
191+
return "22.8";
192192
}
193193
}

0 commit comments

Comments
 (0)