File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 40
40
"type" : " git" ,
41
41
"url" : " git://github.com/mout/mout.git"
42
42
},
43
- "version" : " 1.2.2 "
43
+ "version" : " 1.2.3 "
44
44
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mout" ,
3
3
"description" : " Modular Utilities" ,
4
- "version" : " 1.2.2 " ,
4
+ "version" : " 1.2.3 " ,
5
5
"homepage" : " http://moutjs.com/" ,
6
6
"author" : " Miller Medeiros <contact@millermedeiros.com> (http://blog.millermedeiros.com)" ,
7
7
"contributors" : [
91
91
" tests/runner.js"
92
92
]
93
93
}
94
- }
94
+ }
Original file line number Diff line number Diff line change 1
1
/**@license
2
- * mout v1.2.2 | http://moutjs.com | MIT license
2
+ * mout v1.2.3 | http://moutjs.com | MIT license
3
3
*/
4
4
define ( function ( require ) {
5
5
6
6
//automatically generated, do not edit!
7
7
//run `node build` instead
8
8
return {
9
- 'VERSION' : '1.2.2 ' ,
9
+ 'VERSION' : '1.2.3 ' ,
10
10
'array' : require ( './array' ) ,
11
11
'collection' : require ( './collection' ) ,
12
12
'date' : require ( './date' ) ,
You can’t perform that action at this time.
0 commit comments