Skip to content

Commit

Permalink
Version bump for IE9 change in #32
Browse files Browse the repository at this point in the history
  • Loading branch information
patik committed Feb 28, 2015
1 parent 838538d commit b03da2b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "console-log",
"version": "2.1.0",
"version": "2.1.1",
"homepage": "http://patik.github.io/console.log-wrapper/",
"authors": [
"Craig Patik <craig@patik.com>"
Expand Down
8 changes: 4 additions & 4 deletions consolelog.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "consolelog",
"description": "Cross-Browser console.log() Wrapper",
"version": "2.1.0",
"version": "2.1.1",
"main": "consolelog",
"author": "Craig Patik <craig@patik.com> (http://patik.com)",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.6.5",
"grunt-contrib-uglify": "^0.2.7",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-less": "^0.8.3",
"grunt-contrib-csslint": "^0.2.0",
"grunt-contrib-watch": "^0.5.3",
Expand Down Expand Up @@ -41,8 +41,8 @@
},
"dependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.6.5",
"grunt-contrib-uglify": "^0.2.7",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-less": "^0.8.3",
"grunt-contrib-csslint": "^0.2.0",
"grunt-contrib-watch": "^0.5.3",
Expand Down

0 comments on commit b03da2b

Please sign in to comment.