Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrea authored Jun 23, 2019
1 parent cdbf856 commit 142a00e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version = "0.2.0"
[deps]
BinDeps = "9e28174c-4ba2-5203-b857-d8d62c4213ee"
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"

[compat]
julia = "≥ 1.0.0"

2 comments on commit 142a00e

@jbrea
Copy link
Collaborator Author

@jbrea jbrea commented on 142a00e Jun 23, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

  • Breaking changes: rename getScreenRGB -> getScreenRBG!, getScreenGrayscale -> getScreenGrayscale!
  • New functions: getScreenRGB, getScreenGrayscale, setLoggerMode!, getROMList
  • Adding docstrings

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

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.2.0 -m "<description of version>" 142a00e912281ba0e9cb229d26a8c431a7482c18
git push origin v0.2.0

Please sign in to comment.