Skip to content

Commit

Permalink
release: v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MissingCore-Bot committed Jan 8, 2025
1 parent 7f0ee70 commit 9d86be0
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 1002
versionName "2.0.0-rc.3"
versionCode 1003
versionName "2.0.0"
}
/**
* 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.0.0-rc.3",
version: "2.0.0",
platforms: ["android"],
githubUrl: "https://github.com/MissingCore/Music",
orientation: "portrait",
Expand All @@ -15,7 +15,7 @@ export default (): ExpoConfig => ({
assetBundlePatterns: ["**/*"],
android: {
package: "com.cyanchill.missingcore.music",
versionCode: 1002,
versionCode: 1003,
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.0.0-rc.3",
"version": "2.0.0",
"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.0.0-rc.3";
export const APP_VERSION = "v2.0.0";

0 comments on commit 9d86be0

Please sign in to comment.