Skip to content

Commit

Permalink
fixes #38
Browse files Browse the repository at this point in the history
  • Loading branch information
mykelk committed May 22, 2022
1 parent b6b3ff3 commit 563ff95
Show file tree
Hide file tree
Showing 3 changed files with 402 additions and 321 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name = "TikzGraphs"
uuid = "b4f28e30-c73f-5eaf-a395-8a9db949a742"
version = "1.3.0"
version = "1.4.0"

[deps]
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
TikzPictures = "37f6aa50-8035-52d0-81c2-5a1d08754b2d"

[compat]
Graphs = "1.4"
LaTeXStrings = "1.0, 1.1, 1.2"
Graphs = "1.4, 1.5, 1.6"
LaTeXStrings = "1.0, 1.1, 1.2, 1.3"
TikzPictures = "3.3, 3.4"
julia = "1"

Expand Down
Loading

2 comments on commit 563ff95

@mykelk
Copy link
Member Author

@mykelk mykelk commented on 563ff95 May 22, 2022

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

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 v1.4.0 -m "<description of version>" 563ff952ba1b74b135b8f82b1ec6d1f8eef5a7b3
git push origin v1.4.0

Please sign in to comment.