Skip to content

Commit

Permalink
v0.19 - Genie 5
Browse files Browse the repository at this point in the history
  • Loading branch information
essenciary authored Jul 28, 2022
1 parent e270b73 commit b1eb24b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name = "StippleCharts"
uuid = "30ddb3f0-912f-4f34-9804-e4bb31290777"
authors = ["Adrian Salceanu <[email protected]>"]
version = "0.18.1"
version = "0.19.0"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Genie = "c43c736e-a2d1-11e8-161f-af95117fbd1e"
Stipple = "4acbeb90-81a0-11ea-1966-bdaff8155998"

[compat]
DataFrames = "1.0"
Genie = "4"
Stipple = "0.23 - 0.24"
DataFrames = "1"
Genie = "5"
Stipple = "0.23, 0.24, 0.25"
julia = "1.6"

[extras]
Expand Down

2 comments on commit b1eb24b

@essenciary
Copy link
Member 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/65202

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

Please sign in to comment.