Skip to content

Commit

Permalink
Increment (minor) version
Browse files Browse the repository at this point in the history
  • Loading branch information
mossr committed Sep 8, 2021
1 parent e737700 commit eaa18cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "TikzGraphs"
uuid = "b4f28e30-c73f-5eaf-a395-8a9db949a742"
version = "1.1.1"
version = "1.2.0"

[deps]
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
Expand Down

2 comments on commit eaa18cc

@mossr
Copy link
Member Author

@mossr mossr commented on eaa18cc Sep 8, 2021

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

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.2.0 -m "<description of version>" eaa18cc66df8ebb9f3777abbce378b2ad80643ca
git push origin v1.2.0

Please sign in to comment.