diff --git a/plausible-analytics.php b/plausible-analytics.php index e525370..0b7d15e 100644 --- a/plausible-analytics.php +++ b/plausible-analytics.php @@ -5,7 +5,7 @@ * Description: Simple and privacy-friendly alternative to Google Analytics. * Author: Plausible.io * Author URI: https://plausible.io - * Version: 2.0.4 + * Version: 2.0.5 * Text Domain: plausible-analytics * Domain Path: /languages */ @@ -18,7 +18,7 @@ } // Define plugin version here for convenience. -define( 'PLAUSIBLE_ANALYTICS_VERSION', '2.0.3' ); +define( 'PLAUSIBLE_ANALYTICS_VERSION', '2.0.5' ); define( 'PLAUSIBLE_ANALYTICS_PLUGIN_FILE', __FILE__ ); define( 'PLAUSIBLE_ANALYTICS_PLUGIN_BASENAME', plugin_basename( PLAUSIBLE_ANALYTICS_PLUGIN_FILE ) ); define( 'PLAUSIBLE_ANALYTICS_PLUGIN_DIR', plugin_dir_path( PLAUSIBLE_ANALYTICS_PLUGIN_FILE ) ); diff --git a/readme.txt b/readme.txt index 0a464a9..f064176 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: analytics, google analytics, web analytics, stats, privacy, privacy friend Requires at least: 4.8 Tested up to: 6.4 Requires PHP: 5.6 -Stable tag: 2.0.4 +Stable tag: 2.0.5 License: Massachusetts Institute of Technology (MIT) license License URI: https://opensource.org/licenses/MIT