Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sawanoboly committed May 16, 2019
1 parent 618419d commit c38070f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shifter.php
Expand Up @@ -15,7 +15,7 @@
* Plugin Name: Shifter
* Plugin URI: https://github.com/getshifter/shifter-mu
* Description: Helper functions for WordPress sites on Shifter.
* Version: 1.0.0
* Version: 1.0.2
* Author: DigitalCube
* Author URI: https://www.getshifter.io
* License: GPL-2.0+
Expand All @@ -34,7 +34,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( 'SHIFTER_VERSION', '1.0.0' );
define( 'SHIFTER_VERSION', '1.0.2' );

/**
* The code that runs during plugin activation.
Expand Down

0 comments on commit c38070f

Please sign in to comment.