Skip to content

Commit f36780f

Browse files
SDK regenerated by CI server [ci skip]
1 parent 36dcc5e commit f36780f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

AsposeWordsCloud.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AsposeWordsCloud'
3-
s.version = '24.12'
3+
s.version = '25.1'
44
s.summary = 'Aspose Words for Cloud.'
55
s.homepage = 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ Add link to this repository as dependency to your Package.swift:
373373

374374
dependencies: [
375375
// Dependencies declare other packages that this package depends on.
376-
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift", from: "24.12"),
376+
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift", from: "25.1"),
377377
],
378378
targets: [
379379
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
@@ -391,7 +391,7 @@ targets: [
391391
Add link to git repository as dependency to your Podfile:
392392

393393
```ruby
394-
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '24.12'
394+
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '25.1'
395395
```
396396

397397
## 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 "24.12";
190+
return "25.1";
191191
}
192192
}

0 commit comments

Comments
 (0)