change version number to 0.1

This commit is contained in:
rolux 2012-04-05 17:29:33 +02:00
parent 5d088a38b4
commit c54574a7b7

View file

@ -118,7 +118,7 @@ Ox.TYPES = [
'NaN', 'Null', 'Number', 'Object', 'RegExp', 'String', 'Undefined'
];
//@ Ox.VERSION <str> 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'