From abbaa04e64bb8783a52c39c6a6ada12b658c6c66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Menet=20Micka=C3=ABl?= Date: Mon, 25 Mar 2024 09:27:18 +0100 Subject: [PATCH] bump --- package.json | 2 +- {configuration => scripts}/configuration.json | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {configuration => scripts}/configuration.json (100%) diff --git a/package.json b/package.json index e64d152..ce4d2c3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sonor", "private": true, - "version": "2.0.19", + "version": "2.0.20", "type": "module", "scripts": { "dev": "vite", diff --git a/configuration/configuration.json b/scripts/configuration.json similarity index 100% rename from configuration/configuration.json rename to scripts/configuration.json