From bcee2a981c760ac9ee49ea72ad7dd926d6d67115 Mon Sep 17 00:00:00 2001 From: Lucid Kobold Date: Wed, 1 Dec 2021 15:40:14 -0600 Subject: [PATCH 1/2] Updating grammar and adding feature information. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef49844..7800765 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,18 @@ The types of progress can be anything from: - Other Habit Tracking - Learning New Skills - Dedicating certain amount of hours a day to a new skill or talent -- Whatever else a little would want to track +- Whatever else a little and big would want to track -Positive days will be given "stars" and happy designs where negative days will be given rain clouds or sad designs. +Positive days will be given "stars" or happy designs where negative days will be given rain clouds or sad designs. A big will be able to track as many littles as they desire and can create multiple charts for each little they have. How you use the charts and trackers is up to you. Give descriptions to each sticker you use and make a list of rules for each chart and how to earn the stars and what would result in a rain cloud. +Send encouraging messages to your little. + +Track your friends progress and allow your friends to track your progress. + # Technologies ## TypeScript -- 2.49.1 From 183f3476062e6fc1fcfe4afd3be081ab768a8879 Mon Sep 17 00:00:00 2001 From: Lucid Kobold Date: Wed, 1 Dec 2021 15:42:26 -0600 Subject: [PATCH 2/2] Upodating version info. --- package.json | 2 +- theme/layout/Header.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 489391b..f595b17 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "lucid-creations-media-potty-chart", "homepage": "https://lucidcreations.media/introducing-code-name-potty-chart/", - "version": "0.0.3.1-pre-alpha", + "version": "0.0.3.2-pre-alpha", "author": { "name": "Lucid Creations Media", "url": "https://lucidcreations.media", diff --git a/theme/layout/Header.tsx b/theme/layout/Header.tsx index 67a27bc..8ff0105 100644 --- a/theme/layout/Header.tsx +++ b/theme/layout/Header.tsx @@ -13,7 +13,7 @@ import MobileNav from "./MobileNav"; const Header = (): JSX.Element => { const appName = "LCM Potty Chart"; - const appVersion = "v0.0.3.1-pre-alpha"; + const appVersion = "v0.0.3.2-pre-alpha"; // Add transparency while not at the top of the page. const [transparentNavbar, setTransparentNavbar] = useState(false); -- 2.49.1