From 4bc3a2383cd8daa11a8f89ce011f7e579f4a3999 Mon Sep 17 00:00:00 2001 From: zoreet Date: Tue, 23 Jan 2024 23:48:36 +0100 Subject: [PATCH] 1.2.1 --- CHANGELOG.md | 4 ++++ manifest.json | 4 ++-- versions.json | 5 +++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e30d234..3920243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.2.1 + +fix: daysToShow is converted to a number if the user passes it as a string + ## 1.2.0 feat: the new `daysToShow` parameter allows users to display as many dates as they want diff --git a/manifest.json b/manifest.json index 5d75b22..0fea0fc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "habit-tracker-21", "name": "Habit Tracker 21", - "version": "1.2.0", + "version": "1.2.1", "minAppVersion": "1.1.0", "description": "Your 21-day journey to habit formation, simplified", "author": "Zoreet", "authorUrl": "https://github.com/zoreet", "isDesktopOnly": false -} \ No newline at end of file +} diff --git a/versions.json b/versions.json index 0013e27..c26912b 100644 --- a/versions.json +++ b/versions.json @@ -9,5 +9,6 @@ "1.1.3": "1.1.0", "1.1.4": "1.1.0", "1.1.5": "1.1.0", - "1.2.0": "1.1.0" -} \ No newline at end of file + "1.2.0": "1.1.0", + "1.2.1": "1.1.0" +}