Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
piwko28 committed Oct 14, 2024
1 parent 850599b commit d9d6fa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ android {
applicationId "com.frigateviewer"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 15
versionName "14.2.0"
versionCode 16
versionName "14.2.1"
}
signingConfigs {
debug {
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": "FrigateViewer",
"version": "14.2.0",
"version": "14.2.1",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit d9d6fa7

Please sign in to comment.