Skip to content

Commit 056a908

Browse files
Merge remote-tracking branch 'origin/master' into release
2 parents 2d40b76 + 1dbb91b commit 056a908

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

398398
dependencies: [
399399
// Dependencies declare other packages that this package depends on.
400-
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git", from: "25.6")
400+
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git", from: "25.7")
401401
],
402402
targets: [
403403
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
@@ -415,7 +415,7 @@ targets: [
415415
Add link to git repository as dependency to your Podfile:
416416

417417
```ruby
418-
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '25.6'
418+
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '25.7'
419419
```
420420

421421
## 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.6";
190+
return "25.7";
191191
}
192192
}

0 commit comments

Comments
 (0)