diff --git a/src/editor/namespaces.js b/src/editor/namespaces.js index d675c1c7..92ca3719 100644 --- a/src/editor/namespaces.js +++ b/src/editor/namespaces.js @@ -32,4 +32,4 @@ window.b3e.project = window.b3e.project || {}; window.b3e.tree = window.b3e.tree || {}; -window.b3e.VERSION = '0.2.0'; \ No newline at end of file +window.b3e.VERSION = '0.3.0'; \ No newline at end of file diff --git a/src/package.json b/src/package.json index 9b251581..81624958 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { - "name" : "behavior3editor", - "version" : "0.3.0", - "main": "index.html", + "name" : "behavior3editor", + "version" : "0.3.0", + "main" : "index.html", "window": { "title" : "Behavior3 Editor (v0.3.0) - http://behavior3.com", "position" : "center",