Skip to content

Commit 984daf9

Browse files
SDK regenerated by CI server [ci skip]
1 parent bd1a8a4 commit 984daf9

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
@@ -391,7 +391,7 @@ Add link to this repository as dependency to your Package.swift:
391391

392392
dependencies: [
393393
// Dependencies declare other packages that this package depends on.
394-
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git", from: "25.4")
394+
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git", from: "25.5")
395395
],
396396
targets: [
397397
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
@@ -409,7 +409,7 @@ targets: [
409409
Add link to git repository as dependency to your Podfile:
410410

411411
```ruby
412-
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '25.4'
412+
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '25.5'
413413
```
414414

415415
## 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.4";
190+
return "25.5";
191191
}
192192
}

0 commit comments

Comments
 (0)