Skip to content

Commit

Permalink
release 2.8.2-rc1
Browse files Browse the repository at this point in the history
- Bump version number
  • Loading branch information
AfanasievAnton committed Feb 21, 2025
1 parent 2e4f3d2 commit 9cd0933
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.8.1"
val buildVersion = "2.8.2-rc1"
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.8.1)
- transport (2.8.2-rc1)

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

SPEC CHECKSUMS:
transport: 38a7f4131e14861cc9c5b1ad8867877fc062a684
transport: 71d54e8b5d173d3e5f6993331a7045e1ba7d67d1

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.8.1'
spec.version = '2.8.2-rc1'
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 9cd0933

Please sign in to comment.