Skip to content

Commit 0306f4c

Browse files
committed
Release 0.4.0
1 parent db46b32 commit 0306f4c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add this line in your HTML code, before `</head>` and replace `<my-api-key>` and
2626

2727
```HTML
2828
<!-- Warning: This is an experimental library, do not use it on production environments -->
29-
<script defer src="https://cdn.rawgit.com/GoogleCloudPlatform/stackdriver-errors-js/v0.3.0/dist/stackdriver-errors-concat.min.js"></script>
29+
<script defer src="https://cdn.rawgit.com/GoogleCloudPlatform/stackdriver-errors-js/v0.4.0/dist/stackdriver-errors-concat.min.js"></script>
3030
<script type="text/javascript">
3131
window.addEventListener('DOMContentLoaded', function() {
3232
var errorHandler = new StackdriverErrorReporter();

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stackdriver-errors-js",
3-
"version": "0.2.0",
3+
"version": "0.4.0",
44
"description": "Experimental client-side JavaScript library to report errors to Stackdriver Error Reporting",
55
"main": "stackdriver-errors.js",
66
"scripts": {

0 commit comments

Comments
 (0)