diff --git a/algolia-index.php b/algolia-index.php index 20c0af56..7eaa3183 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.6 + * Version: 3.1.7 * Author: Sebastian Thulin * Author URI: https://github.com/sebastianthulin * License: MIT diff --git a/composer.json b/composer.json index ac80c9ac..d644adeb 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.6" + "version": "3.1.7" } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index d6cfd523..5e0e135f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "algolia-index", - "version": "3.1.6", + "name": "@helsingborg-stad/algolia-index", + "version": "3.1.7", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "algolia-index", - "version": "3.1.6", + "name": "@helsingborg-stad/algolia-index", + "version": "3.1.7", "license": "MIT", "devDependencies": { "autoprefixer": "^10.4.2", diff --git a/package.json b/package.json index 79daf928..cbbcaca0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@helsingborg-stad/algolia-index", - "version": "3.1.6", + "version": "3.1.7", "description": "Manages algolia index (with ms-support and mixed indexes)", "main": "dist/js/algolia-index.js", "scripts": {