From b23468ab40b14e6f7f31f74e5097551833a07f6b Mon Sep 17 00:00:00 2001 From: Cory Hughart Date: Mon, 14 Feb 2022 19:49:12 -0500 Subject: [PATCH] patch version bump to 0.3.1 --- package-lock.json | 4 ++-- package.json | 2 +- style.css | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index aa7d6e9..8d0cd00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "wp-theme-scaffold", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.3.0", + "version": "0.3.1", "dependencies": { "@wordpress/icons": "^6.3.0", "normalize.scss": "^0.1.0" diff --git a/package.json b/package.json index bccec26..9ca01e1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wp-theme-scaffold", "description": "A scaffold for rapid custom theme development by Blackbird Digital", - "version": "0.3.0", + "version": "0.3.1", "repository": { "type": "git", "url": "git+https://github.com/BlackbirdDigital/wp-theme-scaffold.git" diff --git a/style.css b/style.css index ae72847..90d479d 100644 --- a/style.css +++ b/style.css @@ -12,7 +12,7 @@ License URI: LICENSE Text Domain: theme-scaffold Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready Scaffold URI: https://github.com/BlackbirdDigital/wp-theme-scaffold -Scaffold Version: 0.3.0 +Scaffold Version: 0.3.1 This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned.