diff --git a/README.md b/README.md index cb6e27e..f4002e0 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ A cross-platform app build in [React Native](https://reactnative.dev/), based on | Labels | Version | Branch | |-------------|------------|-----------------------------------------------------------------------| -| Current | 0.0.2-beta | [v0.0.2-beta](https://github.com/sikelio/plexmanager/tree/0.0.2-beta) | -| Development | 0.0.3-beta | [dev](https://github.com/sikelio/plexmanager/tree/dev) | +| Current | 0.0.3-beta | [v0.0.3-beta](https://github.com/sikelio/plexmanager/tree/0.0.3-beta) | +| Development | 0.0.4-beta | [dev](https://github.com/sikelio/plexmanager/tree/dev) | ## Install diff --git a/android/app/build.gradle b/android/app/build.gradle index 124cd84..3195959 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -99,8 +99,8 @@ android { applicationId "wtf.plexmanager" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 2 - versionName "0.0.2-beta" + versionCode 3 + versionName "0.0.3-beta" } splits { diff --git a/package.json b/package.json index 1ed0941..1bf905f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plexmanager", - "version": "0.0.2-beta", + "version": "0.0.3-beta", "private": false, "scripts": { "android": "react-native run-android",