Skip to content

Commit

Permalink
Loosen upper bounds on Colors & FixedPointNumbers (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy authored Dec 29, 2019
1 parent c97f6d6 commit de09622
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "GtkReactive"
uuid = "27996c0f-39cd-5cc1-a27a-05f136f946b6"
version = "1.0.1"
version = "1.0.2"

[deps]
Cairo = "159f3aea-2a34-519c-b102-8c37f9878175"
Expand All @@ -16,8 +16,8 @@ RoundingIntegers = "d5f540fe-1c90-5db3-b776-2e2f362d9394"

[compat]
Cairo = "0.6, 0.7, 0.8, 1"
Colors = "0.9"
FixedPointNumbers = "0.6"
Colors = "0.9, 0.10, 0.11"
FixedPointNumbers = "0.6, 0.7"
Graphics = "0.4, 1"
Gtk = "0.17, 0.18, 1"
IntervalSets = "0.3"
Expand Down

2 comments on commit de09622

@timholy
Copy link
Member Author

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

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.2 -m "<description of version>" de0962231a4f23f36cb40577a29a00e2b37f4873
git push origin v1.0.2

Please sign in to comment.