Skip to content

Commit 016a1c6

Browse files
author
Eduardo
committed
chore: update version
1 parent a043358 commit 016a1c6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ We created a sample application to help in the integration and give an example.
1212

1313
## Setup
1414

15-
`$ npm install "git+ssh://git@github.com/emartech/react-native-emarsys-sdk.git#1.14.0" --save`
15+
`$ npm install "git+ssh://git@github.com/emartech/react-native-emarsys-sdk.git#1.15.0" --save`
1616

1717
## Requirements
1818

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android {
2222
defaultConfig {
2323
minSdkVersion 24
2424
targetSdkVersion 31
25-
versionCode 14
26-
versionName "1.14"
25+
versionCode 15
26+
versionName "1.15"
2727
}
2828
lintOptions {
2929
abortOnError false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-emarsys-wrapper",
3-
"version": "1.14.0",
3+
"version": "1.15.0",
44
"description": "React Native wrapper for Emarsys SDK",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)