Skip to content

Commit

Permalink
Merge pull request #42 from charleskawczynski/ck/compat
Browse files Browse the repository at this point in the history
Widen compat
  • Loading branch information
charleskawczynski authored Aug 4, 2023
2 parents 628b503 + 0f23992 commit 0ca4d26
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 = "PokerHandEvaluator"
uuid = "18ed25b1-892a-4a3b-b8fc-1036dc9a6a89"
authors = ["Charles Kawczynski <kawczynski.charles@gmail.com>"]
version = "0.2.5"
version = "0.2.6"

[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Expand All @@ -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"

2 comments on commit 0ca4d26

@charleskawczynski
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/89032

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.6 -m "<description of version>" 0ca4d2663d5c053b88f13b99d1602b7a09536c63
git push origin v0.2.6

Please sign in to comment.