From 148cc2c8673435eb2cb1adabbe147d0e9757a630 Mon Sep 17 00:00:00 2001 From: ksjdragon Date: Wed, 19 Apr 2017 03:26:51 -0400 Subject: [PATCH 1/2] Update README.md --- hourglass/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/hourglass/README.md b/hourglass/README.md index b2c42b0..4aa5cec 100644 --- a/hourglass/README.md +++ b/hourglass/README.md @@ -36,6 +36,7 @@ In the left sidebar, you find options for filtering. These include filtering by - Calendar date bug fixed - Fixed visual issues - Class code bug fixes +- Updating system fixed ### 0.2.2 - Fixed visual issues in mobile From 0984530a1a982256636f9f0d2056fdca906709c5 Mon Sep 17 00:00:00 2001 From: ksjdragon Date: Wed, 19 Apr 2017 03:27:28 -0400 Subject: [PATCH 2/2] Change version --- hourglass/lib/constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hourglass/lib/constants.js b/hourglass/lib/constants.js index bb684c6..2c11a8d 100644 --- a/hourglass/lib/constants.js +++ b/hourglass/lib/constants.js @@ -1,4 +1,4 @@ -version = "0.2.2"; +version = "0.2.3"; themeColors = { "lux": { @@ -129,4 +129,4 @@ confirm = null; //Input Handling modifyingInput = null; clickDisabled = false; -optionOpen = false; \ No newline at end of file +optionOpen = false;