From 9ddd2e963cdc5c11a922c364f3845923e470a556 Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Mon, 12 Feb 2024 15:24:33 +1300 Subject: [PATCH] =?UTF-8?q?Change=20some=20of=20the=20colors=20-=202.19=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/build.gradle | 4 ++-- colors.ts | 6 +++--- package.json | 3 ++- 3 files changed, 7 insertions(+), 6 deletions(-) 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": {