Skip to content

Commit

Permalink
v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
essenciary committed Oct 11, 2020
1 parent caa5be4 commit 3761a89
Show file tree
Hide file tree
Showing 2 changed files with 4 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.2.0"
version = "0.3.0"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand All @@ -11,7 +11,7 @@ Stipple = "4acbeb90-81a0-11ea-1966-bdaff8155998"
[compat]
DataFrames = "0.21"
Genie = "1"
Stipple = "0.4"
Stipple = "0.5"
julia = "1"

[extras]
Expand Down
2 changes: 2 additions & 0 deletions src/StippleCharts.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module StippleCharts

import Genie
import Stipple
using Stipple.Reexport

#===#

Expand Down Expand Up @@ -31,6 +32,7 @@ end
#===#

include("Charts.jl")
@reexport using .Charts

function __init__()
push!(Stipple.DEPS, deps)
Expand Down

4 comments on commit 3761a89

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

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.3.0 -m "<description of version>" 3761a8965f317aea625fa9a607f66f38f2d24caa
git push origin v0.3.0

@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 updated: JuliaRegistries/General/22775

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.3.0 -m "<description of version>" 3761a8965f317aea625fa9a607f66f38f2d24caa
git push origin v0.3.0

Please sign in to comment.