From 59546335f6491276b166dfac768cc8c3899fe539 Mon Sep 17 00:00:00 2001 From: Roni Laukkarinen Date: Mon, 31 Oct 2022 17:46:24 +0200 Subject: [PATCH] Fix MOTD/WHOIS #3, release 1.0.3 --- CHANGELOG.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c40a101..f85eb08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.0.3: 2022-10-31 + +* Fix MOTD/WHOIS #3 (kudos to @benyafai) + ### 1.0.2: 2021-04-13 * Fixes to documentation diff --git a/package.json b/package.json index 73a5b6a..c69ced5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thelounge-theme-dracula-official", - "version": "1.0.1", + "version": "1.0.3", "main": "package.json", "homepage": "https://draculatheme.com/thelounge", "repository": { @@ -24,4 +24,4 @@ "bugs": { "url": "https://github.com/dracula/thelounge/issues" } -} \ No newline at end of file +}