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 adf70b5 commit 5c9e78a
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 = "StipplePlotly"
uuid = "ec984513-233d-481d-95b0-a3b58b97af2b"
authors = ["Adrian <[email protected]> and contributors"]
version = "0.11.1"
version = "0.11.2"

[deps]
Genie = "c43c736e-a2d1-11e8-161f-af95117fbd1e"
Expand All @@ -11,7 +11,7 @@ Stipple = "4acbeb90-81a0-11ea-1966-bdaff8155998"
[compat]
Genie = "4"
Requires = "1"
Stipple = "0.23"
Stipple = "0.23 - 0.24"
julia = "1.6"

[extras]
Expand Down

2 comments on commit 5c9e78a

@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/62843

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.11.2 -m "<description of version>" 5c9e78a6644be7ebd5c96b6ab182ccf7b4856bab
git push origin v0.11.2

Please sign in to comment.