Skip to content

Commit 7fb3377

Browse files
SDK regenerated by CI server [ci skip]
1 parent dc29a1c commit 7fb3377

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

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

402402
dependencies: [
403403
// Dependencies declare other packages that this package depends on.
404-
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git", from: "25.8")
404+
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git", from: "25.9")
405405
],
406406
targets: [
407407
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
@@ -419,7 +419,7 @@ targets: [
419419
Add link to git repository as dependency to your Podfile:
420420

421421
```ruby
422-
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '25.8'
422+
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '25.9'
423423
```
424424

425425
## Getting Started

Sources/AsposeWordsCloud/Api/Configuration.swift

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

188188
// Returns SDK version for using in statistics headers
189189
public func getSdkVersion() -> String {
190-
return "25.8";
190+
return "25.9";
191191
}
192192
}

0 commit comments

Comments
 (0)