File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The definition of the word exceptionless is: to be without exception. Exceptionl
9
9
## Show me the code! ##
10
10
11
11
``` html
12
- <script src =" https://cdn.rawgit.com/exceptionless/Exceptionless.JavaScript/v1.3.0 /dist/exceptionless.min.js" ></script >
12
+ <script src =" https://cdn.rawgit.com/exceptionless/Exceptionless.JavaScript/v1.3.1 /dist/exceptionless.min.js" ></script >
13
13
<script >
14
14
var client = exceptionless .ExceptionlessClient .default ;
15
15
client .config .apiKey = ' API_KEY_HERE' ;
@@ -48,7 +48,7 @@ Use one of the following methods to install Exceptionless.js into your browser a
48
48
Add the following script to your page:
49
49
50
50
``` html
51
- <script src =" https://cdn.rawgit.com/exceptionless/Exceptionless.JavaScript/v1.3.0 /dist/exceptionless.min.js" ></script >
51
+ <script src =" https://cdn.rawgit.com/exceptionless/Exceptionless.JavaScript/v1.3.1 /dist/exceptionless.min.js" ></script >
52
52
```
53
53
54
54
- ** Bower:**
You can’t perform that action at this time.
0 commit comments