Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch authored Mar 3, 2020
1 parent 68ef8c1 commit e7f8922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name = "Meshing"
uuid = "e6723b4c-ebff-59f1-b4b7-d97aa5274f73"
version = "0.5.2"
version = "0.5.3"

[deps]
GeometryTypes = "4d00f742-c7ba-57c2-abde-4428a4b178cb"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
GeometryTypes = "0.6,0.7, 0.8"
GeometryTypes = "0.6,0.7,0.8"
StaticArrays = "0.10,0.11,0.12"
julia = "1"

Expand Down

2 comments on commit e7f8922

@SimonDanisch
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 register()

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

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.5.3 -m "<description of version>" e7f8922811b6d4aa5646165b37ef111a23807144
git push origin v0.5.3

Please sign in to comment.