diff --git a/package-lock.json b/package-lock.json index 6db09de..8f6e4a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scale-workshop-core", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scale-workshop-core", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "dependencies": { "xen-dev-utils": "^0.2.6" diff --git a/package.json b/package.json index 7177a40..eb77ea4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "scale-workshop-core", "author": "Lumi Pakkanen", - "version": "0.1.1", + "version": "0.1.2", "description": "Core library for creating microtonal scales without the Vue front-end", "license": "MIT", "main": "dist/index",