From 4c3cb31051c698061b66f58eef172f63bdc7766d Mon Sep 17 00:00:00 2001 From: zoreet Date: Thu, 4 Jan 2024 00:10:30 +0530 Subject: [PATCH] 1.1.5 --- CHANGELOG.md | 4 ++++ manifest.json | 2 +- versions.json | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8973fe3..944e544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.1.5 + +fix: user's timezone is considered when creating date ids for ticks + ## 1.1.4 fix: create date with user's timezone diff --git a/manifest.json b/manifest.json index 4765bc5..a1bf6ea 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "habit-tracker-21", "name": "Habit Tracker 21", - "version": "1.1.4", + "version": "1.1.5", "minAppVersion": "1.1.0", "description": "Your 21-day journey to habit formation, simplified", "author": "Zoreet", diff --git a/versions.json b/versions.json index 03a75b4..93e000e 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,6 @@ "1.1.1": "1.1.0", "1.1.2": "1.1.0", "1.1.3": "1.1.0", - "1.1.4": "1.1.0" + "1.1.4": "1.1.0", + "1.1.5": "1.1.0" }