Skip to content

Commit

Permalink
Bump version to 0.2.3 in Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dominic-chang committed Oct 7, 2024
1 parent afb17d4 commit c599de4
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 = "Krang"
uuid = "54806c32-d51a-438d-8447-e0041be2fbfb"
authors = ["Dominic <[email protected]> and contributors"]
version = "0.2.2"
authors = ["Dominic <[email protected]> and contributors"]
version = "0.2.3"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand Down

2 comments on commit c599de4

@dominic-chang
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

Release notes:

  • Fixed documentation errors

@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/116793

Tagging

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

Please sign in to comment.