Skip to content

Commit

Permalink
Update versions for Mint 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gdotdesign committed May 24, 2023
1 parent 9e044ba commit d2f9d5d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Mint
uses: fabasoad/setup-mint-action@main
with:
version: 0.17.0
version: 0.18.0

- name: Install dependencies
run: mint install
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mint 0.17.0
mint 0.18.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ add `mint-ui` to the `mint.json` file as a dependency:
"dependencies": {
"mint-ui": {
"repository": "https://github.com/mint-lang/mint-ui",
"constraint": "6.0.0 <= v < 7.0.0"
"constraint": "7.0.0 <= v < 8.0.0"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions mint.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mint-ui",
"mint-version": "0.17.0 <= v < 1.0.0",
"mint-version": "0.18.0 <= v < 1.0.0",
"source-directories": [
"source"
],
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"mint-color": {
"repository": "https://github.com/mint-lang/mint-color",
"constraint": "0.7.0 <= v < 1.0.0"
"constraint": "0.8.0 <= v < 1.0.0"
}
}
}

0 comments on commit d2f9d5d

Please sign in to comment.