Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
JozefVerhoef committed Sep 13, 2022
2 parents e6e3968 + 426dd10 commit 2e61499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion postcodenl-address-autocomplete.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Postcode.nl Address Autocomplete
* Plugin URI: https://www.postcode.nl/en/services/adresdata/implementatie
* Description: Reference implementation for Postcode.nl international address autocomplete for WooCommerce
* Version: 2.0.6
* Version: 2.0.7
* Author: Postcode.nl
* Author URI: https://www.postcode.nl
* Text Domain: postcodenl-address-autocomplete
Expand Down
2 changes: 1 addition & 1 deletion src/PostcodeNl/AddressAutocomplete/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class Main
{
/** @var string The version number of the plugin should be equal to the commented version number in ../../../postcodenl-address-autocomplete.php */
public const VERSION = '2.0.6';
public const VERSION = '2.0.7';

/** @var self Reference to own */
protected static $_instance;
Expand Down

0 comments on commit 2e61499

Please sign in to comment.