Skip to content

Commit

Permalink
Merge pull request #31 from Skatox/2.0
Browse files Browse the repository at this point in the history
Update acf-country.php to reflect latest version
  • Loading branch information
nlemoine authored Jul 8, 2020
2 parents 25017df + db021d1 commit 107456e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acf-country.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Advanced Custom Fields: ACF Country
Plugin URI: https://github.com/nlemoine/acf-country
Description: Display a select field of all countries, in any language.
Version: 2.0.0
Version: 2.0.2
Author: Nicolas Lemoine
Author URI: https://helloni.co/
GitHub Plugin URI: https://github.com/nlemoine/acf-country
Expand Down Expand Up @@ -31,7 +31,7 @@ class FieldLoader {
*/
public function __construct() {
$this->settings = array(
'version' => '2.0.0',
'version' => '2.0.2',
'url' => plugin_dir_url( __FILE__ ),
'path' => plugin_dir_path( __FILE__ ),
);
Expand Down

0 comments on commit 107456e

Please sign in to comment.