diff --git a/README.md b/README.md index 5d1c23a..2790e4d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ We created a sample application to help in the integration and give an example. ## Setup -`$ npm install "git+ssh://git@github.com/emartech/react-native-emarsys-sdk.git#1.13.0" --save` +`$ npm install "git+ssh://git@github.com/emartech/react-native-emarsys-sdk.git#1.14.0" --save` ## Requirements diff --git a/android/build.gradle b/android/build.gradle index 6e5be47..e1843c6 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -22,8 +22,8 @@ android { defaultConfig { minSdkVersion 24 targetSdkVersion 31 - versionCode 13 - versionName "1.13" + versionCode 14 + versionName "1.14" } lintOptions { abortOnError false diff --git a/package.json b/package.json index 4ecf10a..1b6a076 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-emarsys-wrapper", - "version": "1.13.0", + "version": "1.14.0", "description": "React Native wrapper for Emarsys SDK", "main": "index.js", "scripts": {