Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
foxyblocks committed Aug 8, 2016
1 parent 0ea3ce1 commit d45156b
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ that the javascript will never change, feel free to include the specific version
directly.

```html
<script src="//d2wy8f7a9ursnm.cloudfront.net/bugsnag-3.0.0.min.js"
<script src="//d2wy8f7a9ursnm.cloudfront.net/bugsnag-3.0.1.min.js"
data-apikey="YOUR-API-KEY-HERE"></script>
```

Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "bugsnag",
"version": "3.0.0",
"version": "3.0.1",
"main": "./src/bugsnag.js"
}
}
4 changes: 2 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "bugsnag",
"version": "3.0.0",
"version": "3.0.1",
"main": "./src/bugsnag.js"
}
}
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"name": "bugsnag-js",
"version": "3.0.0",
"main": "src/bugsnag.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/bugsnag/bugsnag-js"
},
"devDependencies": {
"browserstack-test": "~0.2.10",
"grunt": "~0.4.2",
"grunt-bumpx": "~0.1.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-watch": "~0.5.2",
"grunt-docco": "~0.4.0",
"grunt-invalidate-cloudfront": "~0.1.4",
"grunt-mocha-phantomjs": "^2.0.1",
"grunt-regex-replace": "~0.2.5",
"grunt-s3": "git://github.com/pifantastic/grunt-s3",
"gruntify-eslint": "^1.3.0",
"mocha": "~1.15.1",
"mocha-browserstack": "~0.2.2",
"uglifyjs": "latest"
}
}
"name": "bugsnag-js",
"version": "3.0.1",
"main": "src/bugsnag.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/bugsnag/bugsnag-js"
},
"devDependencies": {
"browserstack-test": "~0.2.10",
"grunt": "~0.4.2",
"grunt-bumpx": "~0.1.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-watch": "~0.5.2",
"grunt-docco": "~0.4.0",
"grunt-invalidate-cloudfront": "~0.1.4",
"grunt-mocha-phantomjs": "^2.0.1",
"grunt-regex-replace": "~0.2.5",
"grunt-s3": "git://github.com/pifantastic/grunt-s3",
"gruntify-eslint": "^1.3.0",
"mocha": "~1.15.1",
"mocha-browserstack": "~0.2.2",
"uglifyjs": "latest"
}
}
2 changes: 1 addition & 1 deletion src/bugsnag.js
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@
// Set up default notifier settings.
var DEFAULT_BASE_ENDPOINT = "https://notify.bugsnag.com/";
var DEFAULT_NOTIFIER_ENDPOINT = DEFAULT_BASE_ENDPOINT + "js";
var NOTIFIER_VERSION = "3.0.0";
var NOTIFIER_VERSION = "3.0.1";

// Keep a reference to the currently executing script in the DOM.
// We'll use this later to extract settings from attributes.
Expand Down

0 comments on commit d45156b

Please sign in to comment.