diff --git a/README.md b/README.md index c6407cf..4e6e404 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,10 @@ By default 3 cron events are scheduled ## Changelog +Version: 1.0.2 + +* Cleaned Up Markup +* Fixed an issue where warning would show at incorrect times +* Fixed an issue with password protected secrets throwing a fatal error + Version: 1.0.0 Initial Release: diff --git a/psst.php b/psst.php index c63d99c..21665a3 100644 --- a/psst.php +++ b/psst.php @@ -34,7 +34,7 @@ } if ( ! defined( 'PSST_VERSION' ) ) { - define( 'PSST_VERSION', '1.0.1' ); + define( 'PSST_VERSION', '1.0.2' ); } /**