Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
eduzatoni committed Aug 8, 2024
1 parent 01b98ad commit 5d5e143
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 @@ -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.19.0" --save`
`$ npm install "git+ssh://git@github.com/emartech/react-native-emarsys-sdk.git#1.20.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 19
versionName "1.19"
versionCode 20
versionName "1.20"
}
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.19.0",
"version": "1.20.0",
"description": "React Native wrapper for Emarsys SDK",
"main": "index.js",
"types": "typescript/index.d.ts",
Expand Down

0 comments on commit 5d5e143

Please sign in to comment.