Skip to content

Commit d9e3ae2

Browse files
committed
Prepare release v0.4.4
1 parent 1d09410 commit d9e3ae2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.3';
12+
const VERSION = '0.4.4';
1313

1414
/**
1515
* Bootstrap.

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.3
7+
* Version: 0.4.4
88
*/
99

1010
namespace Altis\Workflow\PublicationChecklist;

0 commit comments

Comments
 (0)