Skip to content

Commit

Permalink
Bump versions (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
razinj authored May 6, 2023
1 parent 50c1729 commit db69f60
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ android {
applicationId "com.razinj.context_launcher"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 15
versionName "2.0.1"
versionCode 16
versionName "2.0.2"
archivesBaseName = "context-launcher-v$versionName-$versionCode"
}

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "context_launcher",
"version": "2.0.1",
"version": "2.0.2",
"private": false,
"scripts": {
"start:all": "react-native run-android",
Expand Down

0 comments on commit db69f60

Please sign in to comment.