Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
aviks committed Jul 21, 2021
1 parent fa3dd22 commit 34ca1a2
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,7 +1,7 @@
name = "GameZero"
uuid = "9da27670-f782-11e9-1da1-f53579315bfe"
authors = ["Avik Sengupta", "Ahan Sengupta"]
version = "0.1.3"
version = "0.2.0"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Expand All @@ -11,7 +11,7 @@ SimpleDirectMediaLayer = "98e33af6-2ee5-5afd-9e75-cbc738b767c4"
[compat]
Colors = "0.10, 0.11, 0.12"
SimpleDirectMediaLayer = "0.2"
julia = "1.3"
julia = "1.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit 34ca1a2

@aviks
Copy link
Owner Author

@aviks aviks commented on 34ca1a2 Jul 21, 2021

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/41249

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

Please sign in to comment.