Skip to content

Commit

Permalink
Update WME Sitebuilder plugin version.
Browse files Browse the repository at this point in the history
  • Loading branch information
bswatson committed Mar 24, 2023
1 parent 70d478a commit b0de1ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.5.0
* Version: 0.6.1
* 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.5.0' );
define( __NAMESPACE__ . '\PLUGIN_VERSION', '0.6.1' );
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 b0de1ae

Please sign in to comment.