Skip to content

Commit

Permalink
Set version 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbcode committed Dec 6, 2022
1 parent 0f9e3ba commit c87ba7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes/class-rotaract-club-finder.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public function __construct() {
if ( defined( 'ROTARACT_CLUB_FINDER_VERSION' ) ) {
$this->version = ROTARACT_CLUB_FINDER_VERSION;
} else {
$this->version = '2.1.5';
$this->version = '2.1.6';
}
$this->plugin_name = 'rotaract-club-finder';

Expand Down
4 changes: 2 additions & 2 deletions rotaract-club-finder.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Plugin Name: Rotaract Club Finder
* Plugin URI: https://github.com/rotaract/rotaract-club-finder
* Description: Plugin for Google store locator integration with advanced search.
* Version: 2.1.5
* Version: 2.1.6
* Author: Ressort IT-Entwicklung - Rotaract Deutschland
* Author URI: https://rotaract.de/ueber-rotaract/rdk/
* License: EUPL-1.2
Expand All @@ -35,7 +35,7 @@
* Start at version 1.0.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions.
*/
define( 'ROTARACT_CLUB_FINDER_VERSION', '2.1.5' );
define( 'ROTARACT_CLUB_FINDER_VERSION', '2.1.6' );

/**
* The core plugin class that is used to define internationalization,
Expand Down

0 comments on commit c87ba7e

Please sign in to comment.