Skip to content

Commit

Permalink
chore: release version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
biancalui-emarsys committed Jul 6, 2022
1 parent 0002743 commit 12d3b8a
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.6.0 --save`
`$ npm install git+ssh://[email protected]/emartech/react-native-emarsys-sdk.git#1.7.0 --save`

### Mostly automatic installation

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 6
versionName "1.6"
versionCode 7
versionName "1.7"
}
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.6.0",
"version": "1.7.0",
"description": "React Native wrapper for Emarsys SDK",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 12d3b8a

Please sign in to comment.