diff --git a/composer.json b/composer.json index 0521204..1d5f14e 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "the-markup/split-tests", "description": "Simple A/B testing for WordPress", - "version": "0.0.4", + "version": "0.0.5", "type": "wordpress-plugin", "repositories": [ { diff --git a/composer.lock b/composer.lock index 28e02b7..2a616e0 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b444d2c56edd4f0328c485eab3fb1fee", + "content-hash": "31fdf8a42c5a6dfb39ae9439dafed6b9", "packages": [ { "name": "composer/installers", diff --git a/languages/split-tests.pot b/languages/split-tests.pot index e81c1f5..707f857 100644 --- a/languages/split-tests.pot +++ b/languages/split-tests.pot @@ -2,9 +2,9 @@ # This file is distributed under the same license as the Split Tests package. msgid "" msgstr "" -"Project-Id-Version: Split Tests 0.0.4\n" +"Project-Id-Version: Split Tests 0.0.5\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/split-tests\n" -"POT-Creation-Date: 2024-08-06 14:07:55+00:00\n" +"POT-Creation-Date: 2024-08-16 18:00:53+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/package-lock.json b/package-lock.json index 5096e56..4744d25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "split-tests", - "version": "0.0.4", + "version": "0.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "split-tests", - "version": "0.0.4", + "version": "0.0.5", "devDependencies": { "@wordpress/scripts": "^28.4.0", "grunt": "~1.6.1", diff --git a/package.json b/package.json index 10c996e..a48f6e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "split-tests", - "version": "0.0.4", + "version": "0.0.5", "main": "Gruntfile.js", "author": "The Markup ", "scripts": { diff --git a/readme.txt b/readme.txt index 4f900d9..58824a0 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: split-tests Requires at least: 4.5 Tested up to: 6.6.1 Requires PHP: 5.6 -Stable tag: 0.0.4 +Stable tag: 0.0.5 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/split-tests.php b/split-tests.php index 79d577f..afa18cc 100644 --- a/split-tests.php +++ b/split-tests.php @@ -7,7 +7,7 @@ * Author URI: https://themarkup.org/ * Text Domain: split-tests * Domain Path: /languages - * Version: 0.0.4 + * Version: 0.0.5 * * @package SplitTests */