Skip to content

Commit

Permalink
Fix package versioning again...
Browse files Browse the repository at this point in the history
  • Loading branch information
duncaneddy committed Jan 7, 2021
1 parent d5a9809 commit 6655486
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
Expand Up @@ -13,9 +13,9 @@ SOFA = "ad3d3fd0-b5f2-51ee-b274-8cdbe62317e2"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
julia = "^1.0.0"
SOFA = "^1.0.2"
StaticArrays = "^0"
julia = "1.0.0"
StaticArrays = "^1.0.1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit 6655486

@duncaneddy
Copy link
Collaborator Author

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 updated: JuliaRegistries/General/27495

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.4.2 -m "<description of version>" 6655486c9aa13e48ed4e762d2f3baf6304300fdd
git push origin v0.4.2

Please sign in to comment.