Skip to content

Commit a84e90e

Browse files
committed
Bump version number to 0.4.6
1 parent 8435d80 commit a84e90e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

inc/namespace.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
const INTERNAL_CHECKED_KEY = '__altis_publication_checklist_checked';
1010
const POSTS_COLUMN = 'altis_publication_checklist_status';
1111
const SCRIPT_ID = 'altis_publication_checklist';
12-
const VERSION = '0.4.5';
12+
const VERSION = '0.4.6';
1313

1414
/**
1515
* Bootstrap.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@humanmade/publication-checklist",
3-
"version": "0.4.5",
3+
"version": "0.4.6",
44
"description": "A simple, yet flexible publication checklist for WordPress.",
55
"author": "Human Made",
66
"license": "GPL-2.0-or-later",

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Description: Ensure authors meet requirements before publishing.
55
* Author: Human Made
66
* Author URI: https://humanmade.com/
7-
* Version: 0.4.5
7+
* Version: 0.4.6
88
*/
99

1010
namespace Altis\Workflow\PublicationChecklist;

0 commit comments

Comments
 (0)