Skip to content

Commit 89d477b

Browse files
Eduardo Zatonibiancalui-emarsys
andcommitted
chore: update version
Co-Authored-By: biancalui-emarsys <[email protected]>
1 parent ddb8130 commit 89d477b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ We created a sample application to help in the integration and give an example.
1212

1313
## Setup
1414

15-
`$ npm install "git+ssh://[email protected]/emartech/react-native-emarsys-sdk.git#1.18.0" --save`
15+
`$ npm install "git+ssh://[email protected]/emartech/react-native-emarsys-sdk.git#1.19.0" --save`
1616

1717
## Requirements
1818

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android {
2222
defaultConfig {
2323
minSdkVersion 24
2424
targetSdkVersion 31
25-
versionCode 18
26-
versionName "1.18"
25+
versionCode 19
26+
versionName "1.19"
2727
}
2828
lintOptions {
2929
abortOnError false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-emarsys-wrapper",
3-
"version": "1.18.0",
3+
"version": "1.19.0",
44
"description": "React Native wrapper for Emarsys SDK",
55
"main": "index.js",
66
"types": "typescript/index.d.ts",

0 commit comments

Comments
 (0)