Skip to content

Commit 59eb12e

Browse files
committed
bump version to 0.0.6
1 parent c9edeed commit 59eb12e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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 src="https://cdn.rawgit.com/GoogleCloudPlatform/stackdriver-errors-js/v0.0.5/dist/stackdriver-errors-concat.min.js"></script>
29+
<script src="https://cdn.rawgit.com/GoogleCloudPlatform/stackdriver-errors-js/v0.0.6/dist/stackdriver-errors-concat.min.js"></script>
3030
<script type="text/javascript">
3131
var errorHandler = new StackdriverErrorReporter();
3232
errorHandler.start({
@@ -56,7 +56,7 @@ Here are all the initialization options available:
5656

5757
```HTML
5858
<!-- Warning: This is an experimental library -->
59-
<script src="https://cdn.rawgit.com/GoogleCloudPlatform/stackdriver-errors-js/v0.0.5/dist/stackdriver-errors-concat.min.js"></script>
59+
<script src="https://cdn.rawgit.com/GoogleCloudPlatform/stackdriver-errors-js/v0.0.6/dist/stackdriver-errors-concat.min.js"></script>
6060
<script type="text/javascript">
6161
var errorHandler = new StackdriverErrorReporter();
6262
errorHandler.start({

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.0.5",
3+
"version": "0.0.6",
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)