From 033d0cde2a2f5032ff340dcfe2ace50817daaeac Mon Sep 17 00:00:00 2001 From: SunderB <20426079+SunderB@users.noreply.github.com> Date: Wed, 28 Feb 2018 20:31:20 +0000 Subject: [PATCH] Correct version numbers and changelog --- CHANGELOG.md | 4 ---- package.json | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 511c518..26e7cac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,4 @@ # Releases of sunderb/sb-atom-sonic-pi -## 1.0 - First release of sunderb/sb-atom-sonic-pi -* Adjusted OSC code to send to Sonic Pi server, and optionally the Sonic Pi GUI (OSC messages sent to GUI appear in the cue log). -* Added save-and-play-file command, which saves the current file and tells Sonic Pi to play the file. This allows for playback of large buffers. This command can be activated using F5. -* Changed some key bindings (atom-sonic:stop used ctrl-s, which is used as save on many systems, so I changed that), see below for the key bindings. # Releases from rkh/atom-sonic ## 0.3.2 diff --git a/package.json b/package.json index dc0e388..ee77f12 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sb-atom-sonic-pi", "main": "./lib/sb-atom-sonic-pi", - "version": "1.0.0", + "version": "dev-28-02-2018-1", "description": "Sonic Pi Atom integration. Based on rkh/atom-sonic.", "keywords": [], "providedServices": {