Skip to content

Commit

Permalink
Set version to 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbcode committed Aug 21, 2022
1 parent 4ba9fdc commit c8e3113
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.3';
$this->version = '2.1.4';
}
$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.3
* Version: 2.1.4
* 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.3' );
define( 'ROTARACT_CLUB_FINDER_VERSION', '2.1.4' );

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

0 comments on commit c8e3113

Please sign in to comment.