diff options
author | Sheogorath | 2018-01-18 13:03:18 +0100 |
---|---|---|
committer | Sheogorath | 2018-01-18 13:03:18 +0100 |
commit | 11a5dd0eb42f5c3da81e07bcf33779bd29063f99 (patch) | |
tree | 585df546979a330ea544c4b8ff090cab57228f9b /lib | |
parent | eb0bda06d722d1461d089e459eec6e853072e7c6 (diff) |
Release 1.0.0-ce
Diffstat (limited to '')
-rw-r--r-- | lib/config/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config/index.js b/lib/config/index.js index a14f3197..61fbafcd 100644 --- a/lib/config/index.js +++ b/lib/config/index.js @@ -14,7 +14,7 @@ const debugConfig = { } const packageConfig = { - version: '0.5.1', + version: '1.0.0-ce', minimumCompatibleVersion: '0.5.0' } |