diff --git a/.tool-versions b/.tool-versions index 6cef012..0d48765 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -mint 0.18.0 +mint 0.19.0 diff --git a/README.md b/README.md index 04dba68..9d431cf 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": "8.0.0 <= v < 9.0.0" + "constraint": "10.0.0 <= v < 11.0.0" } ``` diff --git a/mint.json b/mint.json index e7dfefe..ccd1d4a 100644 --- a/mint.json +++ b/mint.json @@ -1,6 +1,6 @@ { "name": "mint-codemirror", - "mint-version": "0.18.0 <= v < 1.0.0", + "mint-version": "0.19.0 <= v < 1.0.0", "source-directories": [ "source" ],