This commit is contained in:
benji7425 2018-01-26 00:29:41 +00:00
parent 71c77d41a3
commit 1e0d8d3266
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
# Changelog
## v3.5.0-b1
### Added
- MongoDB support
## v3.4.0
### Added
- Added automatic daily restart

View File

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