Skip to content

Commit 068fa7a

Browse files
committed
Bumped the version
1 parent a13d471 commit 068fa7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The definition of the word exceptionless is: to be without exception. Exceptionl
99
## Show me the code! ##
1010

1111
```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>
1313
<script>
1414
var client = exceptionless.ExceptionlessClient.default;
1515
client.config.apiKey = 'API_KEY_HERE';
@@ -48,7 +48,7 @@ Use one of the following methods to install Exceptionless.js into your browser a
4848
Add the following script to your page:
4949

5050
```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>
5252
```
5353

5454
- **Bower:**

0 commit comments

Comments
 (0)