Skip to content

Commit

Permalink
Merge pull request #26 from emartech/emarsys-sdk-2.14
Browse files Browse the repository at this point in the history
update package version
  • Loading branch information
eduzatoni authored Jun 1, 2021
2 parents f0e4e29 + 6b3c428 commit 36ee702
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 21
targetSdkVersion 29
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.2"
}
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.1.1",
"version": "1.2",
"description": "React Native wrapper for Emarsys SDK",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 36ee702

Please sign in to comment.