Skip to content

Commit

Permalink
Update compat and increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
mykelk authored Aug 29, 2020
1 parent e7c30d5 commit a5a9f2a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
name = "TikzPictures"
uuid = "37f6aa50-8035-52d0-81c2-5a1d08754b2d"
license = "MIT"
version = "3.3.0"
version = "3.3.1"

[deps]
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
Poppler_jll = "9c32591e-4766-534b-9725-b71a8799265b"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"

[compat]
LaTeXStrings = "1.1"
julia = "1"
LaTeXStrings = "1.1"
Poppler_jll = "0.87"
Requires = "1.0"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit a5a9f2a

@mykelk
Copy link
Member Author

@mykelk mykelk commented on a5a9f2a Aug 29, 2020

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

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 v3.3.1 -m "<description of version>" a5a9f2ad9ed85bab6b93cf417de5781776775ca5
git push origin v3.3.1

Also, note the warning: Version 3.3.1 skips over 3.3.0
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.