Skip to content

Commit

Permalink
Raise version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
decodekult committed Nov 26, 2024
1 parent 97af428 commit 1da0213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Add full WPML support for ElasticPress.
* Author: OnTheGoSystems
* Author URI: http://www.onthegosystems.com/
* Version: 2.0.3
* Version: 2.0.4
* Plugin Slug: wpmlelasticpress
*
* @package wpml/bridge/elasticpress
Expand Down Expand Up @@ -33,7 +33,7 @@ function wpmlElasticPressDeleteVersionWithWrongSlug() {
return;
}

define( 'WPMLELASTICPRESS_VERSION', '2.0.3' );
define( 'WPMLELASTICPRESS_VERSION', '2.0.4' );
define( 'WPMLELASTICPRESS_PLUGIN_PATH', dirname( __FILE__ ) );

require_once WPMLELASTICPRESS_PLUGIN_PATH . '/vendor/autoload.php';
Expand Down

0 comments on commit 1da0213

Please sign in to comment.