From b52f65c4d7e4508d402aa3201a1f98c85cc76988 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Fri, 5 May 2023 23:50:06 +0200 Subject: [PATCH] rename core package + bump to 0.8.0 --- packages/core/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index 14237689..f1666260 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { - "name": "@strudel.cycles/core", - "version": "0.7.2", + "name": "@strudel/core", + "version": "0.8.0", "description": "Port of Tidal Cycles to JavaScript", "main": "index.mjs", "type": "module",