Skip to content

Commit

Permalink
add julia compat
Browse files Browse the repository at this point in the history
  • Loading branch information
aviks authored Jul 8, 2019
1 parent e9f4bc1 commit a2a23bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@ name = "SenseHat"
uuid = "0dbe55a1-025c-5c9b-ab45-55492d058cfb"
version = "0.3.0"

[compat]
julia = "1"

[deps]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"


2 comments on commit a2a23bf

@aviks
Copy link
Member Author

@aviks aviks commented on a2a23bf Jul 8, 2019

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 updated: JuliaRegistries/General/1856

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

Please sign in to comment.