Skip to content

Commit

Permalink
release: v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MissingCore-Bot committed Aug 18, 2024
1 parent 15427e3 commit b07aad6
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 @@ -167,8 +167,8 @@ android {
applicationId 'com.cyanchill.missingcore.music'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 18
versionName "1.0.0-rc.12"
versionCode 19
versionName "1.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: "1.0.0-rc.12",
version: "1.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: 18,
versionCode: 19,
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": "expo-router/entry",
"version": "1.0.0-rc.12",
"version": "1.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,4 +1,4 @@
export const APP_VERSION = "v1.0.0-rc.12";
export const APP_VERSION = "v1.0.0";

export const GITHUB_LINK = "https://github.com/MissingCore/Music";

Expand Down

0 comments on commit b07aad6

Please sign in to comment.