Skip to content

Commit b798220

Browse files
Merge remote-tracking branch 'origin/master' into release
2 parents cff22ad + c9f9725 commit b798220

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.1'
3+
s.version = '24.2'
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
@@ -320,7 +320,7 @@ Add link to this repository as dependency to your Package.swift:
320320

321321
dependencies: [
322322
// Dependencies declare other packages that this package depends on.
323-
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift", from: "24.1"),
323+
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift", from: "24.2"),
324324
],
325325
targets: [
326326
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
@@ -338,7 +338,7 @@ targets: [
338338
Add link to git repository as dependency to your Podfile:
339339

340340
```ruby
341-
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '24.1'
341+
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '24.2'
342342
```
343343

344344
## 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 "24.1";
191+
return "24.2";
192192
}
193193
}

0 commit comments

Comments
 (0)