From 98925aaae0cecc13262deeb1a6105adc2b0c9e9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Wed, 15 May 2024 17:33:09 +0200 Subject: [PATCH] Build: Updating the main version to 3.0.1-pre. --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 14c6049..660f8fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jquery-color", - "version": "3.0.0-pre", + "version": "3.0.1-pre", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 65353db..3f16085 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "jquery-color", "title": "jQuery Color", "description": "jQuery plugin for color manipulation and animation support.", - "version": "3.0.0-pre", + "version": "3.0.1-pre", "type": "commonjs", "homepage": "https://github.com/jquery/jquery-color", "author": {