File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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]
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11Pod ::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' }
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments