Skip to content

Commit

Permalink
Version bump to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alemangui committed Jan 18, 2017
1 parent def7980 commit 0ae93e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ bower install pizzicato

Full source code:
```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/pizzicato/0.5.0/Pizzicato.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pizzicato/0.5.1/Pizzicato.js"></script>
```

Minified:
```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/pizzicato/0.5.0/Pizzicato.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pizzicato/0.5.1/Pizzicato.min.js"></script>
```

<a name="installing-and-testing"/>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pizzicato",
"description": "A web-audio library to simplify using and manipulating sounds.",
"version": "0.5.0",
"version": "0.5.1",
"license": "MIT",
"homepage": "https://alemangui.github.io/pizzicato/",
"author": {
Expand Down

0 comments on commit 0ae93e7

Please sign in to comment.