Skip to content

Commit

Permalink
release: v2.1.1-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MissingCore-Bot committed Feb 6, 2025
1 parent 65fde81 commit 3d22596
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ android {
applicationId 'com.cyanchill.missingcore.music'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1008
versionName "2.1.0"
versionCode 1009
versionName "2.1.1-rc.1"
}
/**
* https://developer.android.com/build/configure-apk-splits
Expand Down
4 changes: 2 additions & 2 deletions mobile/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default (): ExpoConfig => ({
name: "Music",
slug: "Music",
description: "A Nothing inspired music player.",
version: "2.1.0",
version: "2.1.1-rc.1",
platforms: ["android"],
githubUrl: "https://github.com/MissingCore/Music",
orientation: "portrait",
Expand All @@ -16,7 +16,7 @@ export default (): ExpoConfig => ({
assetBundlePatterns: ["**/*"],
android: {
package: "com.cyanchill.missingcore.music",
versionCode: 1008,
versionCode: 1009,
adaptiveIcon: {
foregroundImage: "./assets/adaptive-icon.png",
monochromeImage: "./assets/adaptive-icon-monochrome.png",
Expand Down
2 changes: 1 addition & 1 deletion mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "music",
"private": true,
"main": "index.ts",
"version": "2.1.0",
"version": "2.1.1-rc.1",
"description": "A Nothing inspired music player.",
"license": "AGPL-3.0-only",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion mobile/src/constants/Config.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const APP_VERSION = "v2.1.0";
export const APP_VERSION = "v2.1.1-rc.1";

0 comments on commit 3d22596

Please # to comment.