Skip to content

Commit b73dd6c

Browse files
committed
bump plugin version
1 parent 0918281 commit b73dd6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

facetwp-monthly.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Plugin Name: FacetWP - Monthly
44
Plugin URI: https://github.com/petitphp/facetwp-monthly
55
Description: Filter your posts by monthly archive
6-
Version: 1.0
7-
Author: PetitPHP
6+
Version: 1.1.0
7+
Author: Clément Boirie
88
Author URI: https://github.com/petitphp
99
*/
1010

@@ -13,7 +13,7 @@
1313
die( '-1' );
1414
}
1515

16-
define( 'FWP_MTLY_VER', '1.0.0' );
16+
define( 'FWP_MTLY_VER', '1.1.0' );
1717
define( 'FWP_MTLY_URL', plugin_dir_url( __FILE__ ) );
1818
define( 'FWP_MTLY_DIR', plugin_dir_path( __FILE__ ) );
1919

0 commit comments

Comments
 (0)