From 7691126865900239c2b2ed2a7f7d08e3522d4bf2 Mon Sep 17 00:00:00 2001 From: Morgane Dubus Date: Mon, 5 Dec 2022 11:42:25 +0100 Subject: [PATCH] Update to version 0.2.4 --- README.md | 2 +- package.json | 2 +- src/version/version.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b7ed6839..504b6b4f 100644 --- a/README.md +++ b/README.md @@ -106,4 +106,4 @@ If you want to contribute to this project, please make sure to read [the contrib ## Compatibility with Meilisearch -The current version of the mini-dashboard only guarantees the compatibility with the [version v0.29.1 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v0.29.1). +The current version of the mini-dashboard only guarantees the compatibility with the [version v0.30.x of Meilisearch](https://github.com/meilisearch/meilisearch/releases). diff --git a/package.json b/package.json index e76ff709..75fd6c38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mini-dashboard", - "version": "0.2.3", + "version": "0.2.4", "private": true, "dependencies": { "@meilisearch/instant-meilisearch": "^0.10.1", diff --git a/src/version/version.js b/src/version/version.js index 506617f0..47752f01 100644 --- a/src/version/version.js +++ b/src/version/version.js @@ -1 +1 @@ -export default '0.2.3' +export default '0.2.4'