This commit is contained in:
benji7425 2017-11-27 00:10:27 +00:00
parent b114725ded
commit 3433674c41
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changelog # Changelog
## Unreleased ## v3.1.3
### Added ### Added
- Add rudimentary pagination for viewing feeds when there are more than 10 - 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", "main": "app/index.js",
"scripts": { "scripts": {
"postinstall": "cd ./discord-bot-core && npm install", "postinstall": "cd ./discord-bot-core && npm install",