diff --git a/README.md b/README.md index 34b4d91385..19835100ff 100644 --- a/README.md +++ b/README.md @@ -479,7 +479,7 @@ that the javascript will never change, feel free to include the specific version directly. ```html - ``` diff --git a/bower.json b/bower.json index 42b33703f3..a392b95e1e 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,5 @@ { "name": "bugsnag", - "version": "3.0.0", + "version": "3.0.1", "main": "./src/bugsnag.js" -} +} \ No newline at end of file diff --git a/component.json b/component.json index 42b33703f3..a392b95e1e 100644 --- a/component.json +++ b/component.json @@ -1,5 +1,5 @@ { "name": "bugsnag", - "version": "3.0.0", + "version": "3.0.1", "main": "./src/bugsnag.js" -} +} \ No newline at end of file diff --git a/package.json b/package.json index e3beec8d68..f342880bdc 100644 --- a/package.json +++ b/package.json @@ -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" + } +} \ No newline at end of file diff --git a/src/bugsnag.js b/src/bugsnag.js index 4a41384249..3254f09c06 100644 --- a/src/bugsnag.js +++ b/src/bugsnag.js @@ -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.