Skip to content

Commit

Permalink
increment version to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
grimmdude committed Feb 5, 2019
1 parent 6dec11e commit ac652ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ The `NoteEvent` supports these options:
<tr>
<td><b>startTick</b></td>
<td>number</td>
<td>Specific tick where this event should be played. If this parameter is supplied then `wait` is disregarded if also supplied.</td>
<td>Specific tick where this event should be played. If this parameter is supplied then <code>wait</code> is disregarded if also supplied.</td>
</tr>
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "midi-writer-js",
"version": "1.6.0",
"version": "1.7.0",
"description": "A library providing an API for generating MIDI files.",
"main": "build/index.js",
"dependencies": {
Expand Down

0 comments on commit ac652ed

Please sign in to comment.