Skip to content

Commit fa2fb70

Browse files
authored
Merge pull request #62 from klarna/2.0.14
Release 2.0.14
2 parents 5cb8bf2 + 3254f33 commit fa2fb70

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22
All notable changes to React Native Klarna In-App SDK will be documented in this file.
33

4+
### [2.0.14] - 2020-10-30
5+
- Update iOS SDK version to the latest (2.0.28)
6+
47
### [2.0.13] - 2020-10-21
58
- Update Android SDK version to the latest (2.0.28)
69

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-klarna-inapp-sdk",
33
"title": "React Native Klarna In-App SDK",
4-
"version": "2.0.13",
4+
"version": "2.0.14",
55
"description": "This library wraps Klarna’s In-App SDK and exposes its functionality as React Native components. It currently supports Klarna Payments via a Payment View component.",
66
"main": "index.js",
77
"scripts": {},

react-native-klarna-inapp-sdk.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Pod::Spec.new do |s|
2020
s.requires_arc = true
2121

2222
s.dependency "React"
23-
s.dependency 'KlarnaMobileSDK', '~> 2.0.24'
23+
s.dependency 'KlarnaMobileSDK', '~> 2.0.28'
2424
# s.dependency "..."
2525
end
2626

0 commit comments

Comments
 (0)