Skip to content

Commit

Permalink
Merge pull request #22 from jaakkor2/compat
Browse files Browse the repository at this point in the history
Add compat for ColorTypes v0.12
  • Loading branch information
jaakkor2 authored Oct 25, 2024
2 parents d082137 + 4554068 commit b5a1639
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,6 +1,6 @@
name = "JMPReader"
uuid = "d9f7e686-cf87-4d12-8d7a-0e9b8c9fba29"
version = "0.1.12"
version = "0.1.13"
authors = ["Jaakko Ruohio <[email protected]>"]

[deps]
Expand All @@ -14,7 +14,7 @@ WeakRefStrings = "ea10d353-3f73-51f8-a26c-33c1cb351aa5"

[compat]
CodecZlib = "0.7"
ColorTypes = "0.11.4"
ColorTypes = "0.11.4, 0.12"
DataFrames = "1"
Dates = "1.6"
LibDeflate = "0.4"
Expand Down

0 comments on commit b5a1639

Please sign in to comment.