Skip to content

Commit 09adba5

Browse files
Update version to 0.4.2
1 parent eea062f commit 09adba5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hm-query-loop.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: HM Query Loop
44
* Plugin URI: https://humanmade.com
55
* Description: Extends the Query Loop block with advanced controls for multiple query loops on a single page
6-
* Version: __VERSION__
6+
* Version: 0.4.2
77
* Author: Human Made
88
* Author URI: https://humanmade.com
99
* License: GPL-2.0+
@@ -20,7 +20,7 @@
2020
exit;
2121
}
2222

23-
define( 'HM_QUERY_LOOP_VERSION', '__VERSION__' );
23+
define( 'HM_QUERY_LOOP_VERSION', '0.4.2' );
2424
define( 'HM_QUERY_LOOP_PATH', plugin_dir_path( __FILE__ ) );
2525
define( 'HM_QUERY_LOOP_URL', plugin_dir_url( __FILE__ ) );
2626

0 commit comments

Comments
 (0)