Skip to content

Commit

Permalink
bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
visr authored Nov 14, 2022
1 parent 123e2bf commit a5f4a77
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,7 +1,7 @@
name = "GeoJSON"
uuid = "61d90e0f-e114-555e-ac52-39dfb47a3ef9"
authors = ["Martijn Visser <[email protected]>", "Rafael Schouten <[email protected]>"]
version = "0.6.1"
version = "0.6.2"

[deps]
Extents = "411431e0-e8b7-467b-b5e0-f676ba4f2910"
Expand Down

2 comments on commit a5f4a77

@visr
Copy link
Member Author

@visr visr commented on a5f4a77 Nov 14, 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/72168

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.6.2 -m "<description of version>" a5f4a775b2bfe7d03e22fa7f96d66bc0b2a99b94
git push origin v0.6.2

Please sign in to comment.