Skip to content

Commit

Permalink
Updated version to 0.9.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Jun 4, 2015
1 parent dca469a commit 281849d
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exceptionless",
"version": "0.5.2",
"version": "0.9.0",
"description": "JavaScript client for Exceptionless",
"license": "Apache",
"main": "dist/exceptionless.js",
Expand Down
5 changes: 3 additions & 2 deletions dist/exceptionless.js

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

2 changes: 1 addition & 1 deletion dist/exceptionless.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/exceptionless.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/exceptionless.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/exceptionless.node.js

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

2 changes: 1 addition & 1 deletion dist/exceptionless.node.js.map

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exceptionless",
"version": "0.5.2",
"version": "0.9.0",
"description": "JavaScript client for Exceptionless",
"license": "Apache",
"main": "dist/exceptionless.node.js",
Expand All @@ -25,21 +25,21 @@
"bower": "~1.4.1",
"del": "^1.2.0",
"es5-shim": "^4.1.4",
"es6-shim": "^0.31.2",
"gulp": "^3.8.11",
"es6-shim": "^0.31.3",
"gulp": "^3.9.0",
"gulp-concat": "^2.5.2",
"gulp-karma": "0.0.4",
"gulp-replace": "^0.5.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-wrap-umd": "^0.2.1",
"jasmine-core": "^2.3.4",
"karma": "~0.12.35",
"karma": "~0.12.36",
"karma-cli": "0.0.4",
"karma-jasmine": "~0.3.5",
"karma-phantomjs-launcher": "^0.2.0",
"rimraf": "^2.3.4",
"tracekit": "^0.2.0",
"tracekit": "^0.2.1",
"tsproject": "^0.8.10",
"typescript": "1.5.0-beta"
},
Expand Down

0 comments on commit 281849d

Please sign in to comment.