Skip to content

Commit 32c3bf2

Browse files
SDK regenerated by CI server [ci skip]
1 parent c9a0aa9 commit 32c3bf2

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.10'
3+
s.version = '24.11'
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
@@ -367,7 +367,7 @@ Add link to this repository as dependency to your Package.swift:
367367

368368
dependencies: [
369369
// Dependencies declare other packages that this package depends on.
370-
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift", from: "24.10"),
370+
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift", from: "24.11"),
371371
],
372372
targets: [
373373
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
@@ -385,7 +385,7 @@ targets: [
385385
Add link to git repository as dependency to your Podfile:
386386

387387
```ruby
388-
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '24.10'
388+
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '24.11'
389389
```
390390

391391
## 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.10";
190+
return "24.11";
191191
}
192192
}

0 commit comments

Comments
 (0)