Skip to content

Commit

Permalink
support ColorTpes 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Nov 10, 2024
1 parent cb8e494 commit 05a2480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MeshIO"
uuid = "7269a6da-0436-5bbc-96c2-40638cbb6118"
author = "Simon Danisch"
version = "0.4.12"
version = "0.4.13"

[deps]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Expand All @@ -10,7 +10,7 @@ GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"

[compat]
ColorTypes = "0.8, 0.9, 0.10, 0.11"
ColorTypes = "0.8, 0.9, 0.10, 0.11, 0.12"
FileIO = "1.2.4"
GeometryBasics = "0.4.1"
julia = "1.3"
Expand Down

0 comments on commit 05a2480

Please sign in to comment.