Skip to content

Commit 1e29e48

Browse files
chore: bump sdk version to 9.2.0-snapshot (RMCCX-8383)
1 parent 00845d6 commit 1e29e48

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Changelog
22

3+
### Unreleased:
4+
35
### 9.1.0 (2025-02-18)
46
- Features:
57
- Implement data model for Custom Json carousel data [RMCCX-7616]

Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PODS:
88
- GRMustache.swift (4.0.1)
99
- Nimble (12.1.0)
1010
- Quick (5.0.1)
11-
- RInAppMessaging (9.1.0):
11+
- RInAppMessaging (9.2.0-snapshot):
1212
- RSDKUtils (~> 5.1.0)
1313
- RSDKUtils (5.1.0):
1414
- RSDKUtils/Main (= 5.1.0)
@@ -112,7 +112,7 @@ SPEC CHECKSUMS:
112112
GRMustache.swift: a6436504284b22b4b05daf5f46f77bd3fe00a9a2
113113
Nimble: 7badc051fbff5e14e3798e2392b9389de67f75ea
114114
Quick: 749aa754fd1e7d984f2000fe051e18a3a9809179
115-
RInAppMessaging: 86d9548d01b0d942e0d34c62b1d9a14f29e7c4a9
115+
RInAppMessaging: ef0e5bc9e67155a4569d8f15761ba807bd1c2fc5
116116
RSDKUtils: 6ae357662b44e390f026edd3431f57ad23fcaf97
117117
Shock: 34def30d5e729f6c1eea2a5b5c2d024b875af86c
118118
SwiftLint: 1cc5cd61ba9bacb2194e340aeb47a2a37fda00b3

RInAppMessaging.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 = 'RInAppMessaging'
3-
s.version = '9.1.0'
3+
s.version = '9.2.0-snapshot'
44
s.summary = 'Rakuten module to manage and display in-app messages'
55
s.homepage = 'https://github.com/rakutentech/ios-inappmessaging'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

Sources/RInAppMessaging/Constants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ internal enum Constants {
4545
}
4646

4747
enum Versions {
48-
static let sdkVersion = "9.1.0"
48+
static let sdkVersion = "9.2.0-snapshot"
4949
}
5050

5151
enum RAnalytics: String {

0 commit comments

Comments
 (0)