From 028cb7d49d8b4050746385f3c8a5c17b156322cc Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Thu, 6 Jan 2022 22:25:36 -0500 Subject: [PATCH] Bump to version 1.0.1 --- grainy-gradient.php | 2 +- package-lock.json | 2 +- package.json | 2 +- readme.txt | 6 +++++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/grainy-gradient.php b/grainy-gradient.php index e4399f4..d31b1ba 100644 --- a/grainy-gradient.php +++ b/grainy-gradient.php @@ -5,7 +5,7 @@ * Description: A gradient with a little noise to it, this spacer block will add visual interest to your posts and pages. * Requires at least: 5.8 * Requires PHP: 7.0 - * Version: 1.0.0 + * Version: 1.0.1 * Author: ryelle * Author URI: https://ryelle.codes * License: GPL-2.0-or-later diff --git a/package-lock.json b/package-lock.json index cd48ac6..e44f739 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "grainy-gradient-block", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 4f0146a..13ac37e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grainy-gradient-block", - "version": "1.0.0", + "version": "1.0.1", "description": "", "author": "Kelly Dwan", "license": "GPL-2.0-or-later", diff --git a/readme.txt b/readme.txt index 9d04092..3fc181f 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: ryelle Tags: block, gradient, spacer Requires at least: 5.8.0 Tested up to: 5.9.0 -Stable tag: 1.0.0 +Stable tag: 1.0.1 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -27,6 +27,10 @@ Head over to [the GitHub repo](https://github.com/ryelle/grainy-gradient-block) == Changelog == += 1.0.1 = + +Remove `package-lock.json` from the published plugin version. For development, use [the repository on GitHub](https://github.com/ryelle/grainy-gradient-block). + = 1.0.0 = Initial release.