Skip to content

Commit

Permalink
release 2.7.2
Browse files Browse the repository at this point in the history
- Bump transport version
  • Loading branch information
AfanasievAnton committed May 22, 2024
1 parent d15ec5e commit 29137be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ plugins {
}

// CocoaPods requires the podspec to have a `version`.
val buildVersion = "2.7.1"
val buildVersion = "2.7.2"
val snapshot = System.getenv("SNAPSHOT_BUILD") ?: ""
version = "${buildVersion}${snapshot}"
group = "cloud.genesys"
Expand Down
4 changes: 2 additions & 2 deletions iosApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- transport (2.7.1)
- transport (2.7.2)

DEPENDENCIES:
- transport (from `../transport`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../transport"

SPEC CHECKSUMS:
transport: 913dd720041dfe7a0382049e8f14993e64951267
transport: 4c2e9e25c60232690501bbf4ab25534138908fcc

PODFILE CHECKSUM: 10743e43aeaf72bb49673a0e57360c028906ace5

Expand Down
2 changes: 1 addition & 1 deletion transport/transport.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'transport'
spec.version = '2.7.1'
spec.version = '2.7.2'
spec.homepage = 'https://github.com/MyPureCloud/genesys-messenger-transport-mobile-sdk'
spec.source = { :http=> ''}
spec.authors = 'Genesys Cloud Services, Inc.'
Expand Down

0 comments on commit 29137be

Please sign in to comment.