File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Sources/AsposeWordsCloud/Api Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -385,7 +385,7 @@ Add link to this repository as dependency to your Package.swift:
385385
386386dependencies: [
387387 // Dependencies declare other packages that this package depends on.
388- .package (url : " https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git" , from : " 25.3 " )
388+ .package (url : " https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git" , from : " 25.4 " )
389389],
390390targets: [
391391 // Targets are the basic building blocks of a package. A target can define a module or a test suite.
@@ -403,7 +403,7 @@ targets: [
403403Add link to git repository as dependency to your Podfile:
404404
405405``` ruby
406- pod ' AsposeWordsCloud' , :git => ' https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git' , :tag => ' 25.3 '
406+ pod ' AsposeWordsCloud' , :git => ' https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git' , :tag => ' 25.4 '
407407```
408408
409409## Getting Started
Original file line number Diff line number Diff 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.3 " ;
190+ return " 25.4 " ;
191191 }
192192}
You can’t perform that action at this time.
0 commit comments