From 98f6eb8234f23fc53a75a931d8998fa37a6832fe Mon Sep 17 00:00:00 2001 From: Lumi Pakkanen Date: Fri, 8 Dec 2023 19:25:57 +0200 Subject: [PATCH] 0.0.7 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0d14988..9f077ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scale-workshop-core", - "version": "0.0.6", + "version": "0.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scale-workshop-core", - "version": "0.0.6", + "version": "0.0.7", "license": "MIT", "dependencies": { "xen-dev-utils": "^0.2.0" diff --git a/package.json b/package.json index f5bb5ac..5ae8bdb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "scale-workshop-core", "author": "Lumi Pakkanen", - "version": "0.0.6", + "version": "0.0.7", "description": "Core library for creating microtonal scales without the Vue front-end", "license": "MIT", "main": "dist/index",