diff --git a/source/Ox/js/Constants.js b/source/Ox/js/Constants.js index 6b790e3e..7c2094ab 100644 --- a/source/Ox/js/Constants.js +++ b/source/Ox/js/Constants.js @@ -118,7 +118,7 @@ Ox.TYPES = [ 'NaN', 'Null', 'Number', 'Object', 'RegExp', 'String', 'Undefined' ]; //@ Ox.VERSION OxJS version number -Ox.VERSION = '0.1.2'; +Ox.VERSION = '0.1'; //@ Ox.WEEKDAYS <[str]> Names of weekdays Ox.WEEKDAYS = [ 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'