Skip to content

Commit

Permalink
Bump to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janbruedigam committed Jun 10, 2020
1 parent d1a607a commit 7d02f0d
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 = "ConstrainedDynamics"
uuid = "65b0d8a9-e9fd-4f02-8653-a7163c490b26"
authors = ["Jan Bruedigam"]
version = "0.2.2"
version = "0.3.0"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Expand All @@ -11,7 +11,7 @@ Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
Colors = "<0.12.1, 0.12.1"
Colors = "<0.12.2, 0.12.2"
LightXML = "<0.9.0, 0.9.0"
Rotations = "<1.0.1, 1.0.1"
StaticArrays = "0.12.0, 0.12.3"
Expand Down

2 comments on commit 7d02f0d

@janbruedigam
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/16168

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

Please sign in to comment.