Skip to content

Commit

Permalink
Ooops. Increased the version by one too many, put it back
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuraiAku committed Sep 1, 2023
1 parent 543e834 commit 15ce45b
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 = "PkgToSoftwareBOM"
uuid = "6254a0f9-6143-4104-aa2e-fd339a2830a6"
authors = ["Simon Avery <[email protected]> and contributors"]
version = "0.1.5"
version = "0.1.4"

[deps]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Expand Down

2 comments on commit 15ce45b

@SamuraiAku
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
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/90610

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.4 -m "<description of version>" 15ce45b02ad33514162a6ac8ee948836ec0b980c
git push origin v0.1.4

Please sign in to comment.