diff --git a/CHANGELOG.md b/CHANGELOG.md index 175e2ad..879bf98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.3.3 (2022-06-30) +### Changes & Fixes +* Add Ko-Fi link to footer for people who want to support my server hosting + ## v1.3.2 (2022-02-13) ### Changes & Fixes * Fix IP duplication checking behind proxies - [c9ef0788](https://github.com/Wolvan/poll.horse/commit/c9ef0788) diff --git a/package.json b/package.json index 606a1e7..77a5256 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poll-horse", - "version": "1.3.2", + "version": "1.3.3", "description": "Make polls to vote on easily", "main": "dist/main.js", "types": "dist/main.d.ts",