From 0c611ebd55bb41a56bc3924fb4779cc6da36471a Mon Sep 17 00:00:00 2001 From: Mohan Raj Date: Wed, 28 Feb 2024 21:10:54 +0000 Subject: [PATCH] version bump --- package.json | 2 +- plugin.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 81c032e..4473db4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeb-feature-flags", - "version": "0.1.0", + "version": "0.2.1", "description": "Allows developers to enable / disable features based on flags.", "scripts": { "start": "wp-scripts start", diff --git a/plugin.php b/plugin.php index a72742b..5abc085 100644 --- a/plugin.php +++ b/plugin.php @@ -9,7 +9,7 @@ * Plugin Name: Feature Flags * Plugin URI: https://github.com/codebtech/wp-feature-flags * Description: Allows developers to enable / disable features based on flags. - * Version: 0.1.0 + * Version: 0.2.1 * Requires at least: 6.4 * Requires PHP: 8.1 * Author: Mohan Raj