Skip to content

Commit

Permalink
bump patch version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz authored Oct 15, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e75cbf7 commit ae784dd
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,7 +1,7 @@
name = "Extents"
uuid = "411431e0-e8b7-467b-b5e0-f676ba4f2910"
authors = ["Rafael Schouten <rafaelschouten@gmail.com>"]
version = "0.1.1"
version = "0.1.2"

[deps]

@@ -13,4 +13,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"

[targets]
test = ["Test", "Dates"]
test = ["Test", "Dates"]

2 comments on commit ae784dd

@rafaqz
Copy link
Owner Author

@rafaqz rafaqz commented on ae784dd Oct 15, 2023

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

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

Please sign in to comment.