Skip to content

Commit 74ff776

Browse files
committed
bump version
1 parent 30b5c80 commit 74ff776

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Here's an introductory video:
3030

3131
```HTML
3232
<!-- Warning: This is an experimental library, do not use it on production environments -->
33-
<script src="https://cdn.rawgit.com/GoogleCloudPlatform/stackdriver-errors-js/v0.0.3/dist/stackdriver-errors-concat.min.js"></script>
33+
<script src="https://cdn.rawgit.com/GoogleCloudPlatform/stackdriver-errors-js/v0.0.4/dist/stackdriver-errors-concat.min.js"></script>
3434
<script type="text/javascript">
3535
var errorHandler = new StackdriverErrorReporter();
3636
errorHandler.start({
@@ -61,7 +61,7 @@ Here are all the initialization options available:
6161

6262
```HTML
6363
<!-- Warning: This is an experimental library, do not use it on production environments -->
64-
<script src="https://cdn.rawgit.com/GoogleCloudPlatform/stackdriver-errors-js/v0.0.3/dist/stackdriver-errors-concat.min.js"></script>
64+
<script src="https://cdn.rawgit.com/GoogleCloudPlatform/stackdriver-errors-js/v0.0.4/dist/stackdriver-errors-concat.min.js"></script>
6565
<script type="text/javascript">
6666
var errorHandler = new StackdriverErrorReporter();
6767
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.3",
3+
"version": "0.0.4",
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)