Skip to content

Commit a00e02c

Browse files
authored
Raise version number (#34)
Ahead of publishing v2.0.2
1 parent a833c88 commit a00e02c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Add full WPML support for ElasticPress.
66
* Author: OnTheGoSystems
77
* Author URI: http://www.onthegosystems.com/
8-
* Version: 2.0.1
8+
* Version: 2.0.2
99
* Plugin Slug: wpmlelasticpress
1010
*
1111
* @package wpml/bridge/elasticpress
@@ -33,7 +33,7 @@ function wpmlElasticPressDeleteVersionWithWrongSlug() {
3333
return;
3434
}
3535

36-
define( 'WPMLELASTICPRESS_VERSION', '2.0.1' );
36+
define( 'WPMLELASTICPRESS_VERSION', '2.0.2' );
3737
define( 'WPMLELASTICPRESS_PLUGIN_PATH', dirname( __FILE__ ) );
3838

3939
require_once WPMLELASTICPRESS_PLUGIN_PATH . '/vendor/autoload.php';

0 commit comments

Comments
 (0)