Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roboshoes committed Mar 26, 2016
1 parent 4698b91 commit 2ff2053
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -40,5 +40,5 @@
"type": "git",
"url": "git://github.com/mout/mout.git"
},
"version": "0.12.0"
"version": "1.0.0"
}
8 changes: 4 additions & 4 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "mout",
"description": "Modular Utilities",
"version": "0.12.0",
"version": "1.0.0",
"homepage": "http://moutjs.com/",
"author": "Miller Medeiros <contact@millermedeiros.com> (http://blog.millermedeiros.com)",
"contributors": [
Expand Down Expand Up @@ -39,14 +39,14 @@
"devDependencies": {
"istanbul": "~0.1.27",
"jasmine-node": "~1.14.5",
"requirejs": "2.x",
"requirejs": "~2.2.0",
"nodefy": "*",
"mdoc": "~0.3.2",
"handlebars": "~1.0.6",
"commander": "~1.0.5",
"rocambole": "~0.2.3",
"jshint": "2.x",
"rimraf": "2.2.2",
"jshint": "~2.9.1",
"rimraf": "~2.5.2",
"regenerate": "~0.5.4"
},
"testling": {
Expand Down
4 changes: 2 additions & 2 deletions src/index.js
@@ -1,12 +1,12 @@
/**@license
* mout v0.12.0 | http://moutjs.com | MIT license
* mout v1.0.0 | http://moutjs.com | MIT license
*/
define(function(require){

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

0 comments on commit 2ff2053

Please sign in to comment.