Skip to content

Commit

Permalink
v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
roboshoes committed Sep 19, 2022
1 parent 17ffdc2 commit a1faf70
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
"type": "git",
"url": "git://github.com/mout/mout.git"
},
"version": "1.2.3"
"version": "1.2.4"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mout",
"description": "Modular Utilities",
"version": "1.2.3",
"version": "1.2.4",
"homepage": "http://moutjs.com/",
"author": "Miller Medeiros <contact@millermedeiros.com> (http://blog.millermedeiros.com)",
"contributors": [
Expand Down
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/**@license
* mout v1.2.3 | http://moutjs.com | MIT license
* mout v1.2.4 | http://moutjs.com | MIT license
*/
define(function(require){

//automatically generated, do not edit!
//run `node build` instead
return {
'VERSION' : '1.2.3',
'VERSION' : '1.2.4',
'array' : require('./array'),
'collection' : require('./collection'),
'date' : require('./date'),
Expand Down

0 comments on commit a1faf70

Please sign in to comment.