From 865f0e36a28362c983db132fdcc8bcd5f082c5d6 Mon Sep 17 00:00:00 2001 From: cvermand <33010418+bidoubiwa@users.noreply.github.com> Date: Thu, 22 Apr 2021 17:16:21 +0200 Subject: [PATCH] Update to version 0.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f5c81599..2c4c5d79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "strapi-plugin-meilisearch", - "version": "0.2.0", + "version": "0.2.1", "description": "Synchronise and search in your Strapi collections with MeiliSearch", "scripts": { "style": "eslint --ext .js .",