diff --git a/android/app/build.gradle b/android/app/build.gradle index 336c34c..82119c6 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -85,8 +85,8 @@ android { applicationId "com.massive" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 36233 - versionName "2.18" + versionCode 36234 + versionName "2.19" } signingConfigs { release { diff --git a/colors.ts b/colors.ts index 3c82729..8f16216 100644 --- a/colors.ts +++ b/colors.ts @@ -8,7 +8,7 @@ export const LIGHT_COLORS = [ { hex: "#E9DCC9", name: "Linen" }, { hex: "#9ACD32", name: "Yellow Green" }, { hex: "#FFD700", name: "Gold" }, - { hex: "#00CED1", name: "Dark Turquoise" }, + { hex: "#00CED1", name: "Turquoise" }, ]; export const DARK_COLORS = [ @@ -17,9 +17,9 @@ export const DARK_COLORS = [ { hex: "#000000", name: "Black" }, { hex: "#863c3c", name: "Brandy" }, { hex: "#1c6000", name: "Kermit" }, - { hex: "#8A2BE2", name: "Blue Violet" }, + { hex: "#8A2BE2", name: "Violet" }, { hex: "#6A5ACD", name: "Slate Blue" }, - { hex: "#FF8C00", name: "Dark Orange" }, + { hex: "#CC3700", name: "Dark Orange" }, ]; export function darkenRgba(rgba: string, amount: number) { diff --git a/package.json b/package.json index eefe3eb..d525189 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "massive", - "version": "2.18", + "version": "2.19", "private": true, "license": "GPL-3.0-only", "scripts": { @@ -65,6 +65,7 @@ "jest": "^29.6.1", "metro-react-native-babel-preset": "^0.77.0", "react-test-renderer": "^18.2.0", + "simple-git": "^3.22.0", "typescript": "^5.1.6" }, "engines": {