Skip to content

Commit

Permalink
Update Project.toml to v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ElOceanografo authored Oct 14, 2022
1 parent 8df2999 commit 8f1de3c
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
Expand Up @@ -2,7 +2,7 @@ name = "SDWBA"
uuid = "a56d74ad-8193-5df7-a216-96cccc48f97a"
auors = ["Sam Urmy <[email protected]>"]
repo = "https://github.com/ElOceanografo/SDWBA.jl.git"
version = "1.2.4"
version = "1.2.5"

[deps]
BSplineKit = "093aae92-e908-43d7-9660-e50ee39d5a0a"
Expand Down

2 comments on commit 8f1de3c

@ElOceanografo
Copy link
Owner 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/70265

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.5 -m "<description of version>" 8f1de3cbb8a041be875a5159108743ba9a01829a
git push origin v1.2.5

Also, note the warning: Version 1.2.5 skips over 1.2.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.