Skip to content

Commit eae5ccc

Browse files
committed
v1.2.3
1 parent 3fecf13 commit eae5ccc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@
4040
"type": "git",
4141
"url": "git://github.com/mout/mout.git"
4242
},
43-
"version": "1.2.2"
43+
"version": "1.2.3"
4444
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mout",
33
"description": "Modular Utilities",
4-
"version": "1.2.2",
4+
"version": "1.2.3",
55
"homepage": "http://moutjs.com/",
66
"author": "Miller Medeiros <contact@millermedeiros.com> (http://blog.millermedeiros.com)",
77
"contributors": [
@@ -91,4 +91,4 @@
9191
"tests/runner.js"
9292
]
9393
}
94-
}
94+
}

src/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/**@license
2-
* mout v1.2.2 | http://moutjs.com | MIT license
2+
* mout v1.2.3 | http://moutjs.com | MIT license
33
*/
44
define(function(require){
55

66
//automatically generated, do not edit!
77
//run `node build` instead
88
return {
9-
'VERSION' : '1.2.2',
9+
'VERSION' : '1.2.3',
1010
'array' : require('./array'),
1111
'collection' : require('./collection'),
1212
'date' : require('./date'),

0 commit comments

Comments
 (0)