Skip to content

Commit 8adde73

Browse files
release: v3.1.0-rc.1
1 parent 478c088 commit 8adde73

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

mobile/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ android {
9797
applicationId 'com.cyanchill.missingcore.music'
9898
minSdkVersion rootProject.ext.minSdkVersion
9999
targetSdkVersion rootProject.ext.targetSdkVersion
100-
versionCode 2090
101-
versionName "3.0.1"
100+
versionCode 2100
101+
versionName "3.1.0-rc.1"
102102

103103
buildConfigField "String", "REACT_NATIVE_RELEASE_LEVEL", "\"${findProperty('reactNativeReleaseLevel') ?: 'stable'}\""
104104
}

mobile/app.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default (): ExpoConfig => {
1818
name: "Music",
1919
slug: "Music",
2020
description: "A Nothing inspired music player.",
21-
version: "3.0.1",
21+
version: "3.1.0-rc.1",
2222
platforms: ["android"],
2323
githubUrl: "https://github.com/MissingCore/Music",
2424
orientation: "portrait",
@@ -30,7 +30,7 @@ export default (): ExpoConfig => {
3030
assetBundlePatterns: ["**/*"],
3131
android: {
3232
package: "com.cyanchill.missingcore.music",
33-
versionCode: 2090,
33+
versionCode: 2100,
3434
adaptiveIcon: {
3535
foregroundImage: `./assets/${BUILD_THEME}/adaptive-icon.png`,
3636
monochromeImage: `./assets/${BUILD_THEME}/adaptive-icon-monochrome.png`,

mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "music",
33
"private": true,
44
"main": "index.ts",
5-
"version": "3.0.1",
5+
"version": "3.1.0-rc.1",
66
"description": "A Nothing inspired music player.",
77
"license": "AGPL-3.0-only",
88
"repository": {

mobile/src/constants/Config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const APP_VERSION = "v3.0.1";
1+
export const APP_VERSION = "v3.1.0-rc.1";

0 commit comments

Comments
 (0)