Skip to content

Commit

Permalink
chore: release version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eduzatoni committed Jun 10, 2022
1 parent 13596a4 commit 24fe9c1
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 24
targetSdkVersion 31
versionCode 5
versionName "1.5"
versionCode 6
versionName "1.6"
}
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.5.0",
"version": "1.6.0",
"description": "React Native wrapper for Emarsys SDK",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 24fe9c1

Please sign in to comment.