diff --git a/Project.toml b/Project.toml index 0b26f45..13516e2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PokerHandEvaluator" uuid = "18ed25b1-892a-4a3b-b8fc-1036dc9a6a89" authors = ["Charles Kawczynski "] -version = "0.2.5" +version = "0.2.6" [deps] Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa" @@ -10,5 +10,5 @@ PlayingCards = "ecfe714a-bcc2-4d11-ad00-25525ff8f984" [compat] Combinatorics = "1.0" -PlayingCards = "0.3.0" +PlayingCards = "0.3, 0.4" julia = "1.3"