change version number to 0.1
This commit is contained in:
parent
5d088a38b4
commit
c54574a7b7
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ Ox.TYPES = [
|
||||||
'NaN', 'Null', 'Number', 'Object', 'RegExp', 'String', 'Undefined'
|
'NaN', 'Null', 'Number', 'Object', 'RegExp', 'String', 'Undefined'
|
||||||
];
|
];
|
||||||
//@ Ox.VERSION <str> OxJS version number
|
//@ Ox.VERSION <str> OxJS version number
|
||||||
Ox.VERSION = '0.1.2';
|
Ox.VERSION = '0.1';
|
||||||
//@ Ox.WEEKDAYS <[str]> Names of weekdays
|
//@ Ox.WEEKDAYS <[str]> Names of weekdays
|
||||||
Ox.WEEKDAYS = [
|
Ox.WEEKDAYS = [
|
||||||
'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'
|
'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'
|
||||||
|
|
Loading…
Reference in a new issue