Skip to content

Commit

Permalink
Bumped the version
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Jan 25, 2016
1 parent a13d471 commit 068fa7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The definition of the word exceptionless is: to be without exception. Exceptionl
## Show me the code! ##

```html
<script src="https://cdn.rawgit.com/exceptionless/Exceptionless.JavaScript/v1.3.0/dist/exceptionless.min.js"></script>
<script src="https://cdn.rawgit.com/exceptionless/Exceptionless.JavaScript/v1.3.1/dist/exceptionless.min.js"></script>
<script>
var client = exceptionless.ExceptionlessClient.default;
client.config.apiKey = 'API_KEY_HERE';
Expand Down Expand Up @@ -48,7 +48,7 @@ Use one of the following methods to install Exceptionless.js into your browser a
Add the following script to your page:

```html
<script src="https://cdn.rawgit.com/exceptionless/Exceptionless.JavaScript/v1.3.0/dist/exceptionless.min.js"></script>
<script src="https://cdn.rawgit.com/exceptionless/Exceptionless.JavaScript/v1.3.1/dist/exceptionless.min.js"></script>
```

- **Bower:**
Expand Down

0 comments on commit 068fa7a

Please sign in to comment.