Skip to content

Commit 7691126

Browse files
committed
Update to version 0.2.4
1 parent 7f5caad commit 7691126

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ If you want to contribute to this project, please make sure to read [the contrib
106106

107107
## Compatibility with Meilisearch
108108

109-
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).
109+
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).

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mini-dashboard",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"private": true,
55
"dependencies": {
66
"@meilisearch/instant-meilisearch": "^0.10.1",

src/version/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '0.2.3'
1+
export default '0.2.4'

0 commit comments

Comments
 (0)