Skip to content

Commit 8afeeed

Browse files
release: v2.8.3
1 parent 7fc4a95 commit 8afeeed

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
@@ -169,8 +169,8 @@ android {
169169
applicationId 'com.cyanchill.missingcore.music'
170170
minSdkVersion rootProject.ext.minSdkVersion
171171
targetSdkVersion rootProject.ext.targetSdkVersion
172-
versionCode 1055
173-
versionName "2.8.2"
172+
versionCode 1056
173+
versionName "2.8.3"
174174
}
175175
/**
176176
* https://developer.android.com/build/configure-apk-splits

mobile/app.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default (): ExpoConfig => ({
4242
name: "Music",
4343
slug: "Music",
4444
description: "A Nothing inspired music player.",
45-
version: "2.8.2",
45+
version: "2.8.3",
4646
platforms: ["android"],
4747
githubUrl: "https://github.com/MissingCore/Music",
4848
orientation: "portrait",
@@ -54,7 +54,7 @@ export default (): ExpoConfig => ({
5454
assetBundlePatterns: ["**/*"],
5555
android: {
5656
package: "com.cyanchill.missingcore.music",
57-
versionCode: 1055,
57+
versionCode: 1056,
5858
adaptiveIcon: {
5959
foregroundImage: "./assets/adaptive-icon.png",
6060
monochromeImage: "./assets/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": "2.8.2",
5+
"version": "2.8.3",
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 = "v2.8.2";
1+
export const APP_VERSION = "v2.8.3";

0 commit comments

Comments
 (0)