Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
biancalui-emarsys committed Sep 20, 2022
1 parent e274fa3 commit 0bfc797
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ We created a sample application to help in the integration and give an example.

## Setup

`$ npm install git+ssh://[email protected]/emartech/react-native-emarsys-sdk.git#1.9.0 --save`
`$ npm install git+ssh://[email protected]/emartech/react-native-emarsys-sdk.git#1.10.0 --save`


### Requirements
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
defaultConfig {
minSdkVersion 24
targetSdkVersion 31
versionCode 9
versionName "1.9"
versionCode 10
versionName "1.10"
}
lintOptions {
abortOnError false
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 0bfc797

Please sign in to comment.