Skip to content

Commit

Permalink
Merge #365
Browse files Browse the repository at this point in the history
365: Update to version 0.2.4 r=mdubus a=mdubus



Co-authored-by: Morgane Dubus <[email protected]>
  • Loading branch information
bors[bot] and mdubus authored Dec 5, 2022
2 parents 7f5caad + 7691126 commit 200fe20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mini-dashboard",
"version": "0.2.3",
"version": "0.2.4",
"private": true,
"dependencies": {
"@meilisearch/instant-meilisearch": "^0.10.1",
Expand Down
2 changes: 1 addition & 1 deletion src/version/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '0.2.3'
export default '0.2.4'

0 comments on commit 200fe20

Please sign in to comment.