From 66c786882dc660b30acb815bb3efc0be64b24144 Mon Sep 17 00:00:00 2001 From: biancalui-emarsys Date: Mon, 29 Jan 2024 14:27:26 +0800 Subject: [PATCH] chore: update version --- README.md | 2 +- android/build.gradle | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6837af9..5d35b35 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.16.0" --save` +`$ npm install "git+ssh://git@github.com/emartech/react-native-emarsys-sdk.git#1.17.0" --save` ## Requirements diff --git a/android/build.gradle b/android/build.gradle index cdfa833..d9cbf85 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -22,8 +22,8 @@ android { defaultConfig { minSdkVersion 24 targetSdkVersion 31 - versionCode 16 - versionName "1.16" + versionCode 17 + versionName "1.17" } lintOptions { abortOnError false diff --git a/package.json b/package.json index 9ca1493..ac93ea8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-emarsys-wrapper", - "version": "1.16.0", + "version": "1.17.0", "description": "React Native wrapper for Emarsys SDK", "main": "index.js", "type": "module",