Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #90 from sikelio/dev
Browse files Browse the repository at this point in the history
Updated version code
  • Loading branch information
sikelio authored Nov 12, 2023
2 parents 9075e3c + 1987547 commit cf5a033
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ A cross-platform app build in [React Native](https://reactnative.dev/), based on

| Labels | Version | Branch |
|-------------|-------------|----------------------------------------------------------------------|
| Current | v0.0.3-beta | [0.0.3-beta](https://github.com/sikelio/plexmanager/tree/0.0.3-beta) |
| Development | v0.0.4-beta | [dev](https://github.com/sikelio/plexmanager/tree/dev) |
| Current | v0.0.4-beta | [0.0.4-beta](https://github.com/sikelio/plexmanager/tree/0.0.4-beta) |
| Development | v0.0.5-beta | [dev](https://github.com/sikelio/plexmanager/tree/dev) |

## Install

Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ android {
applicationId "wtf.plexmanager"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 3
versionName "0.0.3-beta"
versionCode 5
versionName "0.0.4-beta"
}

splits {
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": "plexmanager",
"version": "0.0.3-beta",
"version": "0.0.4-beta",
"private": false,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit cf5a033

Please sign in to comment.