Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
saschatimme authored Oct 30, 2019
1 parent ef642f0 commit cd74da0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name = "ProjectiveVectors"
uuid = "01f381cc-face-5a0a-ade9-ef63dc65d628"
authors = ["Sascha Timme <sascha.timme@gmail.com>"]
version = "1.1.0"
version = "1.1.1"

[compat]
julia = "^1"
StaticArrays = "^0.8, ^0.9, ^0.10, ^0.11"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down

2 comments on commit cd74da0

@saschatimme
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 register()

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

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.1.1 -m "<description of version>" cd74da0e833e329d0aa35bd7792256b461c63227
git push origin v1.1.1

Please sign in to comment.