From 0bfc797dc78f024605d1aa120d566ebadc209d7a Mon Sep 17 00:00:00 2001 From: biancalui <60601155+biancalui-emarsys@users.noreply.github.com> Date: Tue, 20 Sep 2022 16:39:42 +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 1f3bef2..33c141c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,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.9.0 --save` +`$ npm install git+ssh://git@github.com/emartech/react-native-emarsys-sdk.git#1.10.0 --save` ### Requirements diff --git a/android/build.gradle b/android/build.gradle index 8442ef2..ee8088c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -22,8 +22,8 @@ android { defaultConfig { minSdkVersion 24 targetSdkVersion 31 - versionCode 9 - versionName "1.9" + versionCode 10 + versionName "1.10" } lintOptions { abortOnError false diff --git a/package.json b/package.json index 4555bc0..3cf1166 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-emarsys-wrapper", - "version": "1.9.0", + "version": "1.10.0", "description": "React Native wrapper for Emarsys SDK", "main": "index.js", "scripts": {