Skip to content

Commit

Permalink
v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
millermedeiros committed Apr 8, 2014
1 parent a84742f commit 503e2fc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,7 +1,7 @@
mout changelog
==============

Next
v0.9.1 (2014/04/08)
-------------------

- fix `array/slice` behavior when start and end are higher than length.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "mout",
"version": "0.9.0",
"version": "0.9.1",
"main": "src/",
"ignore": [
"_build",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mout",
"description": "Modular Utilities",
"version": "0.9.0",
"version": "0.9.1",
"homepage": "http://moutjs.com/",
"contributors": [
"Adam Nowotny",
Expand Down
4 changes: 2 additions & 2 deletions src/index.js
@@ -1,12 +1,12 @@
/**@license
* mout v0.9.0 | http://moutjs.com | MIT license
* mout v0.9.1 | http://moutjs.com | MIT license
*/
define(function(require){

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

0 comments on commit 503e2fc

Please sign in to comment.