Skip to content
This repository has been archived by the owner on Jun 29, 2019. It is now read-only.

Commit

Permalink
Bump API version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Heejin committed Sep 3, 2016
1 parent 9ac5647 commit d20f2cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/main/conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ const INTERNAL_PLUGIN_REPO = path.join(__dirname, './plugins');
const MAIN_PLUGIN_REPO = path.resolve(`${HAIN_USER_PATH}/plugins`);
const DEV_PLUGIN_REPO = path.resolve(`${HAIN_USER_PATH}/devplugins`);

const CURRENT_API_VERSION = 'hain-0.4.0';
const CURRENT_API_VERSION = 'hain-0.5.0';
const COMPATIBLE_API_VERSIONS = [
'hain0',
'hain-0.1.0',
'hain-0.3.0',
'hain-0.4.0',
CURRENT_API_VERSION
];

Expand Down

0 comments on commit d20f2cf

Please sign in to comment.