Skip to content

Commit

Permalink
compat with Stipple 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaensel committed Feb 16, 2021
1 parent fbd2726 commit 262e5fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "StippleUI"
uuid = "a3c5d34a-b254-4859-a8fa-b86abb7e84a3"
authors = ["Adrian Salceanu <[email protected]>"]
version = "0.2.3"
version = "0.2.4"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand All @@ -10,10 +10,10 @@ JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Stipple = "4acbeb90-81a0-11ea-1966-bdaff8155998"

[compat]
DataFrames = "0.20, 0.21"
DataFrames = "0.20, 0.21, 0.22"
Genie = "1"
JSON = "0.21"
Stipple = "0.5, 0.6, 0.7"
Stipple = "0.5, 0.6, 0.8, 0.9"
julia = "1"

[extras]
Expand Down

0 comments on commit 262e5fb

Please sign in to comment.