Skip to content

Commit fca9d45

Browse files
committed
synced version numbers
1 parent 3a3b7a4 commit fca9d45

8 files changed

+9
-9
lines changed

Diff for: README.md

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

1212
```html
13-
<script src="https://cdn.rawgit.com/exceptionless/Exceptionless.JavaScript/v1.5.2/dist/exceptionless.min.js"></script>
13+
<script src="https://cdn.rawgit.com/exceptionless/Exceptionless.JavaScript/v1.5.3/dist/exceptionless.min.js"></script>
1414
<script>
1515
var client = exceptionless.ExceptionlessClient.default;
1616
client.config.apiKey = 'API_KEY_HERE';
@@ -49,7 +49,7 @@ Use one of the following methods to install Exceptionless.js into your browser a
4949
Add the following script to your page:
5050

5151
```html
52-
<script src="https://cdn.rawgit.com/exceptionless/Exceptionless.JavaScript/v1.5.2/dist/exceptionless.min.js"></script>
52+
<script src="https://cdn.rawgit.com/exceptionless/Exceptionless.JavaScript/v1.5.3/dist/exceptionless.min.js"></script>
5353
```
5454

5555
- **Bower:**

Diff for: bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exceptionless",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"description": "JavaScript client for Exceptionless",
55
"license": "Apache-2.0",
66
"main": "dist/exceptionless.js",

Diff for: dist/exceptionless.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/exceptionless.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/exceptionless.node.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/exceptionless.universal.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/exceptionless.universal.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exceptionless",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"description": "JavaScript client for Exceptionless",
55
"license": "Apache-2.0",
66
"browser": "dist/exceptionless.js",

0 commit comments

Comments
 (0)