diff --git a/CHANGELOG.md b/CHANGELOG.md index 2372bf5..ced7bd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Added -- PWA support to allow installing app to mobile +- PWA support to allow installing app to mobile (#39) - right click context menu for habits - Pomodoro clock diff --git a/package.json b/package.json index 4945243..446391d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "habittrove", - "version": "0.1.18", + "version": "0.1.19", "private": true, "scripts": { "dev": "next dev --turbopack",