diff --git a/algolia-index-js-searchpage.php b/algolia-index-js-searchpage.php index f3649eb..f93946c 100644 --- a/algolia-index-js-searchpage.php +++ b/algolia-index-js-searchpage.php @@ -4,7 +4,7 @@ * Plugin Name: Algolia Index Js Search Page * Plugin URI: (#plugin_url#) * Description: Replaces search page with a js (instant search) page. - * Version: 3.1.0 + * Version: 3.2.0 * Author: Sebastian Thulin * Author URI: (#plugin_author_url#) * License: MIT diff --git a/composer.json b/composer.json index c72983c..37249f9 100644 --- a/composer.json +++ b/composer.json @@ -26,5 +26,5 @@ "AlgoliaIndexJsSearchpage\\": "source/php/" } }, - "version": "3.1.0" + "version": "3.2.0" } \ No newline at end of file diff --git a/composer.lock b/composer.lock index 1e179cb..4b66193 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": "642969e77e0d06ec0a34b0a2836cbe65", + "content-hash": "8b395b4b1f645fee3de264de40db9d4d", "packages": [], "packages-dev": [], "aliases": [], diff --git a/package-lock.json b/package-lock.json index 784498d..c20eb30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "algolia-index-js-searchpage-addon", - "version": "3.1.0", + "version": "3.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "algolia-index-js-searchpage-addon", - "version": "3.1.0", + "version": "3.2.0", "license": "MIT", "dependencies": { "instantsearch.js": "^4.7.0" diff --git a/package.json b/package.json index 933bf4f..106798a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "algolia-index-js-searchpage-addon", - "version": "3.1.0", + "version": "3.2.0", "description": "Childtheme for Municipio theme", "author": "Sebastian Thulin", "license": "MIT",