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 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;