Bump api version

This commit is contained in:
Khaos Tian
2016-09-26 13:19:50 -07:00
parent c89ff97ac5
commit ecd06d7239
2 changed files with 10 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ function API() {
this._dynamicPlatforms = {}; // this._dynamicPlatforms[pluginName.platformName] = platform constructor
// expose the homebridge API version
this.version = 2.0;
this.version = 2.1;
// expose the User class methods to plugins to get paths. Example: homebridge.user.storagePath()
this.user = User;