Skip to content

Commit

Permalink
Bump to version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Jan 7, 2022
1 parent b8e95ac commit 30e2973
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "KiteModels"
uuid = "b94af626-7959-4878-9336-2adc27959007"
authors = ["Uwe Fechner <fechner@aenarete.eu> and contributors"]
version = "0.1.0"
version = "0.1.1"

[deps]

Expand All @@ -16,13 +16,13 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
julia = "1.6,1.7"
KitePodSimulator = "0.2.0"
KiteUtils = "0.2.5"
KitePodSimulator = "0.2.0, 0.2.1"
KiteUtils = "0.2.5, 0.2.6"
Dierckx = "0.5.1"
DocStringExtensions = "0.8"
NLsolve = "4.5"
Parameters = "0.12.3"
StaticArrays = "1.2.5"
StaticArrays = "=1.2.5, 1.3.1"
BenchmarkTools = "1.2"

[extras]
Expand Down

2 comments on commit 30e2973

@ufechner7
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/51930

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.1 -m "<description of version>" 30e29733d67953c7fdb601cd39dfc62a113ca2d6
git push origin v0.1.1

Please sign in to comment.