From ecb1f153a210226a45d8722327a6c9c0eca1edb8 Mon Sep 17 00:00:00 2001 From: Leon Date: Fri, 13 Mar 2020 00:55:57 +1030 Subject: [PATCH] bump version number --- README.txt | 2 +- wp2static-addon-zip.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index d305f71..4a10ff6 100755 --- a/README.txt +++ b/README.txt @@ -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 diff --git a/wp2static-addon-zip.php b/wp2static-addon-zip.php index 0eae3c0..b8518df 100755 --- a/wp2static-addon-zip.php +++ b/wp2static-addon-zip.php @@ -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 @@ -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';