Release v1.0.4

This commit is contained in:
Wolvan 2022-01-29 22:27:47 +01:00
parent 2f40091c6f
commit 19606025e2
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## v1.0.4 (2022-01-29)
### Additions
+ Votes on the result pages are now sorted by the amount of votes on load - 2f40091c
## v1.0.3 (2022-01-12)
### Additions
+ Increase difficulty for bots to automatically vote - ab151cb7

View file

@ -1,6 +1,6 @@
{
"name": "poll-horse",
"version": "1.0.3",
"version": "1.0.4",
"description": "Make polls to vote on easily",
"main": "dist/main.js",
"types": "dist/main.d.ts",