New version file and numbering update.

This commit is contained in:
Rodrigo Rodriguez 2018-05-06 19:26:45 -03:00
parent 51d244ce44
commit 9208648734
2 changed files with 4 additions and 1 deletions

3
VERSION.md Normal file
View file

@ -0,0 +1,3 @@
## Version 0.0.18
- FIX: .gbapp files now correctly loaded before other package types so custom models can be used to sync DB.
- NEW: Removed Boot Package feature. Now every .gbot found on deploy folders are deployed on startup.

View file

@ -1,6 +1,6 @@
{
"name": "botserver",
"version": "0.0.17",
"version": "0.0.18",
"description": "General Bots Community Edition open-core server.",
"author": "me@rodrigorodriguez.com",
"license": "AGPL-3.0",