Skip to content

Commit

Permalink
Support Graphics 1 & prepare to release version 1.0.1 (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy authored Dec 8, 2019
1 parent 73f077d commit 6114ec4
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,6 +1,6 @@
name = "Cairo"
uuid = "159f3aea-2a34-519c-b102-8c37f9878175"
version = "1.0.0"
version = "1.0.1"

[deps]
Cairo_jll = "83423d85-b0ee-5818-9007-b63ccbeb887a"
Expand All @@ -17,7 +17,7 @@ Cairo_jll = "1.16.0"
Colors = "0.9"
Fontconfig_jll = "2.13.1"
Glib_jll = "2.59.0"
Graphics = "0.4"
Graphics = "0.4, 1"
Pango_jll = "1.42.4"

[extras]
Expand Down

2 comments on commit 6114ec4

@timholy
Copy link
Member Author

@timholy timholy commented on 6114ec4 Dec 8, 2019

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

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.0.1 -m "<description of version>" 6114ec44bcce08f45305476082aa4a4d2a8dbf30
git push origin v1.0.1

Please sign in to comment.