Skip to content

Commit

Permalink
Release 0.1.5 (#21)
Browse files Browse the repository at this point in the history
* Version Bump

* Fastlane Android: Releaased new build 42 [ci skip]
  • Loading branch information
cmtanko authored May 14, 2021
1 parent 3837e8d commit 2e9a9b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ android {
applicationId "io.newplanet.reactnativestarterkit"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 40
versionName "0.1.4"
versionCode 42
versionName "0.1.5"
}
signingConfigs {
release {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react_native_starter_kit",
"version": "0.1.4",
"version": "0.1.5",
"private": true,
"scripts": {
"pod-update": "cd ios && pod install && cd ..",
Expand Down Expand Up @@ -101,4 +101,4 @@
"jest": {
"preset": "react-native"
}
}
}

0 comments on commit 2e9a9b5

Please sign in to comment.