Skip to content

Commit

Permalink
Version 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-shaffer committed Jan 6, 2021
1 parent 61fcd97 commit e222eda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wp2static-addon-gcs.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: WP2Static Add-on: GCS Deployment
* Plugin URI: https://wp2static.com
* Description: AWS GCS deployment add-on for WP2Static.
* Version: 1.0.0-dev
* Version: 1.0.0
* Requires PHP: 7.3
* Author: Leon Stafford
* Author URI: https://ljs.dev
Expand All @@ -17,7 +17,7 @@
}

define( 'WP2STATIC_GCS_PATH', plugin_dir_path( __FILE__ ) );
define( 'WP2STATIC_GCS_VERSION', '1.0.0-dev' );
define( 'WP2STATIC_GCS_VERSION', '1.0.0' );

if ( file_exists( WP2STATIC_GCS_PATH . 'vendor/autoload.php' ) ) {
require_once WP2STATIC_GCS_PATH . 'vendor/autoload.php';
Expand Down

0 comments on commit e222eda

Please sign in to comment.