This commit is contained in:
benji7425 2017-11-27 00:10:27 +00:00
parent 663ef8ccba
commit 73d40eafc0
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## Unreleased
## v3.1.3
### Added
- Add rudimentary pagination for viewing feeds when there are more than 10

View File

@ -1,5 +1,5 @@
{
"version": "3.1.2",
"version": "3.1.3",
"main": "app/index.js",
"scripts": {
"postinstall": "cd ./discord-bot-core && npm install",