Skip to content

Commit 7b3cd99

Browse files
committed
bump plugin version
1 parent 9bae9c3 commit 7b3cd99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

facetwp-p2p.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: FacetWP - Posts 2 Posts
44
Plugin URI: https://github.com/petitphp/facetwp-p2p
55
Description: Add a P2P connexion facet for the plugin FacetWP
6-
Version: 1.1.0
6+
Version: 1.2.0
77
Author: PetitPHP
88
Author URI: https://github.com/petitphp
99
License: GPL2+
@@ -14,7 +14,7 @@
1414
die( '-1' );
1515
}
1616

17-
define( 'FWP_P2P_VER', '1.0.0' );
17+
define( 'FWP_P2P_VER', '1.2.0' );
1818
define( 'FWP_P2P_URL', plugin_dir_url( __FILE__ ) );
1919
define( 'FWP_P2P_DIR', plugin_dir_path( __FILE__ ) );
2020

0 commit comments

Comments
 (0)