Skip to content

Commit

Permalink
bump compat entry for Stipple
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaensel committed Jun 22, 2022
1 parent a91d287 commit e270b73
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 = "StippleCharts"
uuid = "30ddb3f0-912f-4f34-9804-e4bb31290777"
authors = ["Adrian Salceanu <e@essenciary.com>"]
version = "0.18"
version = "0.18.1"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand All @@ -11,7 +11,7 @@ Stipple = "4acbeb90-81a0-11ea-1966-bdaff8155998"
[compat]
DataFrames = "1.0"
Genie = "4"
Stipple = "0.23"
Stipple = "0.23 - 0.24"
julia = "1.6"

[extras]
Expand Down

2 comments on commit e270b73

@hhaensel
Copy link
Member

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/62842

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.18.1 -m "<description of version>" e270b73b78f54d084987f68a6dab132cecac5ac1
git push origin v0.18.1

Please sign in to comment.