Skip to content

Commit

Permalink
Update the WME Sitebuilder plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
bswatson committed Jan 7, 2023
1 parent 83fff1b commit a9659de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/wme-sitebuilder/wme-sitebuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WME Sitebuilder
* Plugin URI: https://stellarwp.com
* Description: Easily build and configure a site.
* Version: 0.4.2
* Version: 0.5.0
* Author: Modern Tribe Incubator Team
* Author URI: https://tri.be/
* Text Domain: wme-sitebuilder
Expand All @@ -28,7 +28,7 @@
}

// The version of the WME Sitebuilder Managed Apps plugin.
define( __NAMESPACE__ . '\PLUGIN_VERSION', '0.4.2' );
define( __NAMESPACE__ . '\PLUGIN_VERSION', '0.5.0' );
define( __NAMESPACE__ . '\PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( __NAMESPACE__ . '\PLUGIN_DIR', __DIR__ . '/wme-sitebuilder/' );
define( __NAMESPACE__ . '\VENDOR_DIR', __DIR__ . '/wme-sitebuilder/vendor/' );
Expand Down

0 comments on commit a9659de

Please sign in to comment.