From f98a22f0e62139bf294e35856332b992cfcbc2b7 Mon Sep 17 00:00:00 2001 From: Lumi Pakkanen Date: Sat, 2 Mar 2024 08:53:45 +0200 Subject: [PATCH] 0.1.3 --- 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 dc992f1..60b66b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "scale-workshop-core", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "scale-workshop-core", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "dependencies": { "xen-dev-utils": "^0.2.7" diff --git a/package.json b/package.json index 41a49a2..53a19fa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "scale-workshop-core", "author": "Lumi Pakkanen", - "version": "0.1.2", + "version": "0.1.3", "description": "Core library for creating microtonal scales without the Vue front-end", "license": "MIT", "main": "dist/index",