Skip to content

Commit

Permalink
chore: bump sdk version to 8.3.0-snapshot (SDKCF-6919)
Browse files Browse the repository at this point in the history
  • Loading branch information
SoumenRautray committed May 13, 2024
1 parent fadfd8c commit 4bfda3f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Changelog

### Unreleased

### 8.3.0 (2024-05-13)
- Improvements:
- Prevent sending impressions for expired campaigns [SDKCF-6910]
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PODS:
- GRMustache.swift (4.0.1)
- Nimble (10.0.0)
- Quick (5.0.1)
- RInAppMessaging (8.3.0):
- RInAppMessaging (8.4.0-snapshot):
- RSDKUtils (~> 4.0)
- RSDKUtils (4.0.1):
- RSDKUtils/Main (= 4.0.1)
Expand Down Expand Up @@ -112,7 +112,7 @@ SPEC CHECKSUMS:
GRMustache.swift: a6436504284b22b4b05daf5f46f77bd3fe00a9a2
Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84
Quick: 749aa754fd1e7d984f2000fe051e18a3a9809179
RInAppMessaging: 4cea568037a205f1a68f87285a5a97b1a0a56395
RInAppMessaging: 255b51e8c5a5c5dd7cdb42a3c111e4dd42d6af06
RSDKUtils: 9eb9637aec081c1b7d8a7dee69aac0c9811c0906
Shock: 34def30d5e729f6c1eea2a5b5c2d024b875af86c
SwiftLint: 1cc5cd61ba9bacb2194e340aeb47a2a37fda00b3
Expand Down
2 changes: 1 addition & 1 deletion RInAppMessaging.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RInAppMessaging'
s.version = '8.3.0'
s.version = '8.4.0-snapshot'
s.summary = 'Rakuten module to manage and display in-app messages'
s.homepage = 'https://github.com/rakutentech/ios-inappmessaging'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
2 changes: 1 addition & 1 deletion Sources/RInAppMessaging/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ internal enum Constants {
}

enum Versions {
static let sdkVersion = "8.3.0"
static let sdkVersion = "8.4.0-snapshot"
}

enum RAnalytics: String {
Expand Down

0 comments on commit 4bfda3f

Please sign in to comment.