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 @@ -397,7 +397,7 @@ Add link to this repository as dependency to your Package.swift:
397
397
398
398
dependencies: [
399
399
// 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 " )
401
401
],
402
402
targets: [
403
403
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
@@ -415,7 +415,7 @@ targets: [
415
415
Add link to git repository as dependency to your Podfile:
416
416
417
417
``` 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 '
419
419
```
420
420
421
421
## Getting Started
Original file line number Diff line number Diff line change @@ -187,6 +187,6 @@ public class Configuration : Codable {
187
187
188
188
// Returns SDK version for using in statistics headers
189
189
public func getSdkVersion( ) -> String {
190
- return " 25.6 " ;
190
+ return " 25.7 " ;
191
191
}
192
192
}
You can’t perform that action at this time.
0 commit comments