From 4e6c8816068bcc7089066142a39524618e7751f6 Mon Sep 17 00:00:00 2001
From: cvermand <33010418+bidoubiwa@users.noreply.github.com>
Date: Wed, 27 Apr 2022 15:59:56 +0200
Subject: [PATCH] Update version for the next release (v0.6.3)

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 2ecb5b56..89fecaec 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "strapi-plugin-meilisearch",
-  "version": "0.6.2",
+  "version": "0.6.3",
   "description": "Synchronise and search in your Strapi content-types with MeiliSearch",
   "scripts": {
     "playground:dev": "yarn --cwd ./playground && yarn --cwd ./playground develop",