From ac652ed7a8f7a534910d0695257707827e83465b Mon Sep 17 00:00:00 2001 From: Garrett Grimm Date: Mon, 4 Feb 2019 21:03:02 -0800 Subject: [PATCH] increment version to 1.7 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f0f270..2131e89 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ The `NoteEvent` supports these options: startTick number - Specific tick where this event should be played. If this parameter is supplied then `wait` is disregarded if also supplied. + Specific tick where this event should be played. If this parameter is supplied then wait is disregarded if also supplied. diff --git a/package.json b/package.json index c03d388..99813e2 100644 --- a/package.json +++ b/package.json @@ -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": {