Skip to content

Commit

Permalink
release: v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MissingCore-Bot committed Feb 9, 2025
1 parent ec2e461 commit af8d9db
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 1009
versionName "2.1.1-rc.1"
versionCode 1010
versionName "2.1.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.1-rc.1",
version: "2.1.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: 1009,
versionCode: 1010,
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.1-rc.1",
"version": "2.1.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.1-rc.1";
export const APP_VERSION = "v2.1.1";

0 comments on commit af8d9db

Please sign in to comment.