Skip to content

Commit 06fb7b6

Browse files
chore: bump sdk version to 9.1.0-snapshot (RMCCX-8383)
1 parent db46730 commit 06fb7b6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.0.0):
11+
- RInAppMessaging (9.1.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: 57adabd73a205a69e3ffd19daee4fe55fcea027c
115+
RInAppMessaging: 8281bbc3dc620742680082b95d47313551459ae6
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.0.0'
3+
s.version = '9.1.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.0.0"
48+
static let sdkVersion = "9.1.0-snapshot"
4949
}
5050

5151
enum RAnalytics: String {

0 commit comments

Comments
 (0)