Skip to content

Commit

Permalink
(build) publish version 2.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Judas committed Jun 25, 2024
1 parent e14757b commit b95925c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2.15.1 (Dauphin)
# 2.15.2 (Dauphin)

### Release date 2024/06/25

Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "IAdvizeConversationSDK",
url: "https://github.com/iadvize/iadvize-ios-sdk/releases/download/2.15.1/IAdvizeSDK.zip",
checksum: "4bf10a969486d73eea25f80ba388acd1bfa88a09309e5c274548893f66e5cb2e"
url: "https://github.com/iadvize/iadvize-ios-sdk/releases/download/2.15.2/IAdvizeSDK.zip",
checksum: "75fca4ade1239a93aac38e2f4f0024bbb030b3f967a9d93fdb0fea7292e04e32"
),
.binaryTarget(
name: "TwilioVideo",
Expand Down
2 changes: 1 addition & 1 deletion SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Here is the list of currently supported versions:

| Version | Type | Status |
| -------- | --------------------------- | --------------- |
| `2.15.1` | Latest release | Full support |
| `2.15.2` | Latest release | Full support |
| `2.15.z` | Current MINOR | Full support |
| `2.14.z` | Current MAJOR, last 3 MINOR | Partial support |
| `2.13.z` | Current MAJOR, last 3 MINOR | Partial support |
Expand Down
2 changes: 1 addition & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.15.0 > 2.15.1
## 2.15.0 > 2.15.2

*Nothing to report*

Expand Down
Binary file modified docs/docsets/IAdvizeConversationSDK.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion iAdvize.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'iAdvize'
spec.version = '2.15.1'
spec.version = '2.15.2'
spec.license = { :type => 'Proprietary', :file => 'LICENSE.md' }
spec.homepage = 'https://github.com/iadvize/iadvize-ios-sdk'
spec.authors = { 'iAdvize' => '[email protected]' }
Expand Down

0 comments on commit b95925c

Please sign in to comment.