Skip to content

Commit 74b0977

Browse files
committed
feat: bumps plugin version
1 parent 63198d6 commit 74b0977

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![E2E Tests](https://github.com/codebtech/wp-feature-flags/actions/workflows/e2e.yml/badge.svg)](https://github.com/codebtech/wp-feature-flags/actions/workflows/e2e.yml)
66
[![codecov](https://codecov.io/github/codebtech/wp-feature-flags/graph/badge.svg?token=QNUWGCRJGR)](https://codecov.io/github/codebtech/wp-feature-flags)
77

8-
Stable tag: 0.3.2
8+
Stable tag: 0.4.0
99
Requires at least: 6.2
1010
Tested up to: 6.8
1111
Requires PHP: 8.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeb-feature-flags",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"description": "Allows developers to enable / disable features based on flags.",
55
"license": "ISC",
66
"author": "Mohan Raj <https://mohanraj.dev>",

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Plugin Name: Feature Flags
1010
* Plugin URI: https://github.com/codebtech/wp-feature-flags
1111
* Description: Allows developers to enable / disable features based on flags.
12-
* Version: 0.3.2
12+
* Version: 0.4.0
1313
* Requires at least: 6.4
1414
* Requires PHP: 8.1
1515
* Author: Mohan Raj

0 commit comments

Comments
 (0)