Skip to content

Commit

Permalink
Version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jazz-soft committed Aug 4, 2018
1 parent befa4c1 commit e4f39b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -63,7 +63,7 @@ by running `npm remove midi-test --save-dev`.
##### CDN

<script src="https://cdn.jsdelivr.net/npm/jzz"></script> // the latest version, or
<script src="https://cdn.jsdelivr.net/npm/jzz@0.5.2"></script> // any particular version
<script src="https://cdn.jsdelivr.net/npm/jzz@0.5.3"></script> // any particular version
//...

##### CommonJS (Browserify and Node.js command line applications)
Expand Down
2 changes: 1 addition & 1 deletion javascript/JZZ.js
Expand Up @@ -12,7 +12,7 @@
})(this, function() {

var _scope = typeof window === 'undefined' ? global : window;
var _version = '0.5.2';
var _version = '0.5.3';
var i, j, k, m, n;

var _time = Date.now || function () { return new Date().getTime(); };
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jzz",
"version": "0.5.2",
"version": "0.5.3",
"description": "MIDI library for Node.js and web-browsers",
"main": "javascript/JZZ.js",
"scripts": {
Expand Down

0 comments on commit e4f39b1

Please sign in to comment.