Skip to content

Commit f2951de

Browse files
authored
Merge pull request #102 from emartech/MV-618-update-version
chore: update version
2 parents 068afea + 66c7868 commit f2951de

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://[email protected]/emartech/react-native-emarsys-sdk.git#1.16.0" --save`
15+
`$ npm install "git+ssh://[email protected]/emartech/react-native-emarsys-sdk.git#1.17.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 16
26-
versionName "1.16"
25+
versionCode 17
26+
versionName "1.17"
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.16.0",
3+
"version": "1.17.0",
44
"description": "React Native wrapper for Emarsys SDK",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)