diff --git a/.tool-versions b/.tool-versions index 52de441..ae7bf45 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -mint 0.12.0 +mint 0.16.0 diff --git a/README.md b/README.md index 2bb0c34..6bb5def 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ To use the component just add this to the `dependencies` field of the projects ```json "mint-codemirror": { "repository": "https://github.com/mint-lang/mint-codemirror", - "constraint": "5.0.0 <= v < 6.0.0" + "constraint": "7.0.0 <= v < 8.0.0" } ``` diff --git a/mint.json b/mint.json index 7121a85..9f698b6 100644 --- a/mint.json +++ b/mint.json @@ -1,5 +1,6 @@ { "name": "mint-codemirror", + "mint-version": "0.16.0 <= v < 1.0.0", "source-directories": [ "source" ],