Skip to content

Commit 32d238c

Browse files
SDK regenerated by CI server [ci skip]
1 parent 2369f5a commit 32d238c

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 = '23.8'
3+
s.version = '23.9'
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
@@ -288,7 +288,7 @@ Add link to this repository as dependency to your Package.swift:
288288

289289
dependencies: [
290290
// Dependencies declare other packages that this package depends on.
291-
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift", from: "23.8"),
291+
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift", from: "23.9"),
292292
],
293293
targets: [
294294
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
@@ -306,7 +306,7 @@ targets: [
306306
Add link to git repository as dependency to your Podfile:
307307

308308
```ruby
309-
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '23.8'
309+
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '23.9'
310310
```
311311

312312
## Getting Started

Sources/AsposeWordsCloud/Api/Configuration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,6 @@ public class Configuration : Codable {
188188

189189
// Returns SDK version for using in statistics headers
190190
public func getSdkVersion() -> String {
191-
return "23.8";
191+
return "23.9";
192192
}
193193
}

0 commit comments

Comments
 (0)