Release V0.1.5

This commit is contained in:
ac360 2016-01-23 09:07:57 -08:00
parent 149a0d5a3d
commit c3f8691488
2 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ class Serverless {
init() {
return this.state.load();
}
// DEPRECATED: Keeping this for backwards compatibility
_init() {
return this.state.load();

View File

@ -1,6 +1,6 @@
{
"name": "serverless",
"version": "0.1.4",
"version": "0.1.5",
"engines": {
"node": ">=4.0"
},