Skip to content

Commit b1d38f3

Browse files
SDK regenerated by CI server [ci skip]
1 parent 3339c79 commit b1d38f3

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.6'
3+
s.version = '23.7'
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
@@ -283,7 +283,7 @@ Add link to this repository as dependency to your Package.swift:
283283

284284
dependencies: [
285285
// Dependencies declare other packages that this package depends on.
286-
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift", from: "23.6"),
286+
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift", from: "23.7"),
287287
],
288288
targets: [
289289
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
@@ -301,7 +301,7 @@ targets: [
301301
Add link to git repository as dependency to your Podfile:
302302

303303
```ruby
304-
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '23.6'
304+
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '23.7'
305305
```
306306

307307
## 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.6";
191+
return "23.7";
192192
}
193193
}

0 commit comments

Comments
 (0)