diff --git a/package-lock.json b/package-lock.json index d639e1b..73e2807 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scale-workshop-core", - "version": "0.0.9", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scale-workshop-core", - "version": "0.0.9", + "version": "0.1.0", "license": "MIT", "dependencies": { "xen-dev-utils": "^0.2.3" diff --git a/package.json b/package.json index 6ec63fc..33d0b5f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "scale-workshop-core", "author": "Lumi Pakkanen", - "version": "0.0.9", + "version": "0.1.0", "description": "Core library for creating microtonal scales without the Vue front-end", "license": "MIT", "main": "dist/index",