Skip to content

Commit d8bee97

Browse files
Update target version to 20.4
1 parent 8bf9818 commit d8bee97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add link to this repository as dependency to your Package.swift:
2626

2727
dependencies: [
2828
// Dependencies declare other packages that this package depends on.
29-
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift", from: "20.3"),
29+
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift", from: "20.4"),
3030
],
3131
targets: [
3232
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

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.3";
94+
return "20.4";
9595
}
9696
}

0 commit comments

Comments
 (0)