Skip to content

Commit

Permalink
Bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lassepe committed Jul 15, 2022
1 parent 6eef3c9 commit 6fa89a1
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.1"
version = "0.1.2"

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

2 comments on commit 6fa89a1

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

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

Please sign in to comment.