Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
leonstafford committed Mar 12, 2020
1 parent 2327492 commit ecb1f15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: leonstafford
Tags: wp2static,zip,static
Requires at least: 3.2
Tested up to: 5.4
Stable tag: 1.0-alpha-1
Stable tag: 1.0-alpha-2
License: Unlicense
License URI: http://unlicense.org

Expand Down
4 changes: 2 additions & 2 deletions wp2static-addon-zip.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: WP2Static Add-on: Zip Deployment
* Plugin URI: https://wp2static.com
* Description: Zip deployment add-on for WP2Static.
* Version: 1.0-alpha-1
* Version: 1.0-alpha-2
* Author: Leon Stafford
* Author URI: https://ljs.dev
* License: Unlicense
Expand All @@ -18,7 +18,7 @@
}

define( 'WP2STATIC_ZIP_PATH', plugin_dir_path( __FILE__ ) );
define( 'WP2STATIC_ZIP_VERSION', '1.0-alpha-1' );
define( 'WP2STATIC_ZIP_VERSION', '1.0-alpha-2' );

require WP2STATIC_ZIP_PATH . 'vendor/autoload.php';

Expand Down

0 comments on commit ecb1f15

Please sign in to comment.