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

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
Preparation to publish 0.0.3-beta
  • Loading branch information
sikelio committed Nov 11, 2023
1 parent 4de5771 commit 157db94
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 | 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

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 2
versionName "0.0.2-beta"
versionCode 3
versionName "0.0.3-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.2-beta",
"version": "0.0.3-beta",
"private": false,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit 157db94

Please sign in to comment.