diff --git a/algolia-index.php b/algolia-index.php index 1c012e43..6dbce3f4 100644 --- a/algolia-index.php +++ b/algolia-index.php @@ -4,7 +4,7 @@ * Plugin Name: Algolia Index * Plugin URI: https://github.com/helsingborg-stad/algolia-index * Description: Manages algolia index (with ms-support and mixed indexes) - * Version: 3.0.8 + * Version: 3.0.9 * Author: Sebastian Thulin * Author URI: https://github.com/sebastianthulin * License: MIT diff --git a/composer.json b/composer.json index 7cda92a3..b11cb30f 100644 --- a/composer.json +++ b/composer.json @@ -49,5 +49,5 @@ "yoast/phpunit-polyfills": "^1.0", "php-stubs/wordpress-tests-stubs": "^6.1" }, - "version": "3.0.8" + "version": "3.0.9" } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 07fe40c2..89c4817e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "algolia-index", - "version": "3.0.8", + "version": "3.0.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "algolia-index", - "version": "3.0.8", + "version": "3.0.9", "devDependencies": [], "license": "MIT" } diff --git a/package.json b/package.json index 347dd538..2e11ce17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "algolia-index", - "version": "3.0.8", + "version": "3.0.9", "description": "Manages algolia index (with ms-support and mixed indexes)", "main": "", "scripts": {