Skip to content

Commit

Permalink
Bump version to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lassepe authored Dec 26, 2022
1 parent 2e38038 commit 2f26a64
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 = "TrajectoryGamesExamples"
uuid = "ff3fa34c-8d8f-519c-b5bc-31760c52507a"
authors = ["David Fridovich-Keil<dfk@utexas.edu>", "Forrest Laine<forrest.laine@vanderbilt.edu>", "Lasse Peters<lasse.peters@mailbox.org>"]
version = "0.1.5"
version = "0.1.6"

[deps]
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
Expand Down

2 comments on commit 2f26a64

@lassepe
Copy link
Member 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/74649

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.6 -m "<description of version>" 2f26a640dff6d0c6ce9274191e094095a5047cf8
git push origin v0.1.6

Please sign in to comment.