From 281c9237d7f493f22d0d62b2fa2d8f7d145d7763 Mon Sep 17 00:00:00 2001 From: Jeremy Felt Date: Wed, 16 Nov 2022 17:33:15 -0800 Subject: [PATCH] Bump version 0.0.2 --- plugin.php | 2 +- readme.txt | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/plugin.php b/plugin.php index 089bafe..4daf84f 100644 --- a/plugin.php +++ b/plugin.php @@ -2,7 +2,7 @@ /** * Plugin Name: Shadow Terms * Description: Automatically create taxonomies for post types and use terms to associate related content. - * Version: 0.0.1 + * Version: 0.0.2 * Plugin URI: https://github.com/happyprime/shadow-terms/ * Author: Happy Prime * Author URI: https://happyprime.co diff --git a/readme.txt b/readme.txt index c572e4f..9c718fc 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: jeremyfelt, slocker, philcable, wpgirl369 Tags: terms, related, content Requires at least: 5.9 -Tested up to: 6.0 -Stable tag: 0.0.1 +Tested up to: 6.1 +Stable tag: 0.0.2 License: GPLv2 or later Requires PHP: 7.4 @@ -15,6 +15,10 @@ Automatically create taxonomies for post types and use terms to associate relate ## Changelog +### 0.0.2 + +Next pre-release. + ### 0.0.1 Initial release.