diff --git a/algolia-index.php b/algolia-index.php index e5ddfdf3..68f6f10c 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.1.2 + * Version: 3.1.3 * Author: Sebastian Thulin * Author URI: https://github.com/sebastianthulin * License: MIT diff --git a/composer.json b/composer.json index 55aacdb6..179c1d40 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.1.2" + "version": "3.1.3" } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 35d4433d..94dbddeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "algolia-index", - "version": "3.1.2", + "version": "3.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "algolia-index", - "version": "3.1.2", + "version": "3.1.3", "devDependencies": [], "license": "MIT" } diff --git a/package.json b/package.json index deb77a9f..b0386887 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "algolia-index", - "version": "3.1.2", + "version": "3.1.3", "description": "Manages algolia index (with ms-support and mixed indexes)", "main": "", "scripts": {