From 9d067ce581094c27531b8d972919e65452bcd669 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 20 May 2018 20:37:04 +0100 Subject: [PATCH] npm is rather particular about version numbers :-/ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b1be43..0ff6db7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sound-box", - "version": "0.3", + "version": "0.3.0", "description": "A super simple JS library for playing sound effects and other audio. Now with button mashing support!", "main": "soundbox.js", "scripts": {