Skip to content

Commit

Permalink
Bumped the version
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed May 3, 2016
1 parent 9cb9c9f commit 83ede18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tracekit",
"main": "tracekit.js",
"version": "0.3.5",
"version": "0.4.0",
"homepage": "https://github.com/csnover/TraceKit",
"description": "Cross browser stack traces",
"moduleType": [
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tracekit",
"main": "./tracekit.js",
"version": "0.3.5",
"version": "0.4.0",
"homepage": "https://github.com/csnover/TraceKit",
"description": "Cross browser stack traces",
"repository": {
Expand All @@ -17,15 +17,15 @@
],
"license": "MIT",
"devDependencies": {
"grunt": "0.4.5",
"grunt": "1.0.1",
"grunt-cli": "1.2.0",
"grunt-contrib-jasmine": "1.0.0",
"grunt-contrib-jasmine": "1.0.3",
"grunt-contrib-jshint": "1.0.0",
"grunt-jsdoc": "1.1.0",
"grunt-jsdoc": "2.0.0",
"jasmine": "2.4.1",
"jasmine-core": "2.4.1",
"karma": "0.13.22",
"karma-chrome-launcher": "0.2.3",
"karma-chrome-launcher": "1.0.1",
"karma-jasmine": "0.3.8"
},
"scripts": {
Expand Down

0 comments on commit 83ede18

Please sign in to comment.