Skip to content

Commit

Permalink
less restrictive color version bound
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumbiegel authored Jan 22, 2020
1 parent 2777109 commit 45b27d6
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,11 +1,11 @@
name = "Animations"
uuid = "27a7e980-b3e6-11e9-2bcd-0b925532e340"
authors = ["Julius Krumbiegel <[email protected]>"]
version = "0.3.0"
version = "0.3.1"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"

[compat]
julia = "1"
Colors = "^0.9"
Colors = "0"

2 comments on commit 45b27d6

@jkrumbiegel
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/8274

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 v0.3.1 -m "<description of version>" 45b27d6fb5ae2c7450691e1a7d53e38c7b50f704
git push origin v0.3.1

Please sign in to comment.