Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor committed Jul 31, 2014
1 parent a7177f2 commit ef50981
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dejavu",
"version": "0.4.6",
"version": "0.4.7",
"main": "dist/",
"dependencies": {
"mout": "^0.9.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dejavu",
"version": "0.4.6",
"version": "0.4.7",
"description": "A set of object-oriented tools for JavaScript",
"keywords": [
"oop",
Expand Down
2 changes: 1 addition & 1 deletion test/.jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"eqnull": true,
"es5": false,
"esnext": false,
"evil": false,
"evil": true,
"expr": false,
"funcscope": false,
"globalstrict": false,
Expand Down

0 comments on commit ef50981

Please sign in to comment.