Skip to content

Commit

Permalink
Support ColorTypes 0.12 (tlnagy#174)
Browse files Browse the repository at this point in the history
* Support ColorTypes 0.12

* conform

* bump version

---------

Co-authored-by: Tamas Nagy <[email protected]>
  • Loading branch information
t-bltg and tlnagy authored Oct 28, 2024
1 parent 1ae2d4a commit f4d285b
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 = "TiffImages"
uuid = "731e570b-9d59-4bfa-96dc-6df516fadf69"
authors = ["Tamas Nagy <[email protected]>"]
version = "0.11.0"
version = "0.11.1"

[deps]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Expand All @@ -19,7 +19,7 @@ SIMD = "fdea26ae-647d-5447-a871-4b548cad5224"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[compat]
ColorTypes = "0.10, 0.11"
ColorTypes = "0.10, 0.11, 0.12"
DataStructures = "0.18"
DocStringExtensions = "0.8.3, 0.9"
FileIO = "1"
Expand Down

0 comments on commit f4d285b

Please sign in to comment.