From eca83d735fcc323a100a391af03f2d58653b1c11 Mon Sep 17 00:00:00 2001 From: Bergbok <66174189+Bergbok@users.noreply.github.com> Date: Wed, 6 Mar 2024 12:55:53 +0200 Subject: [PATCH] Update version number to 1.0.0 in package.json --- CustomApps/history-in-sidebar/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CustomApps/history-in-sidebar/package.json b/CustomApps/history-in-sidebar/package.json index e1126bf..dafea33 100644 --- a/CustomApps/history-in-sidebar/package.json +++ b/CustomApps/history-in-sidebar/package.json @@ -1,6 +1,6 @@ { "name": "history-in-sidebar", - "version": "0.1.4", + "version": "1.0.0", "private": true, "scripts": { "build": "spicetify-creator",