Skip to content

Commit

Permalink
New compat values
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-laforge authored Sep 28, 2024
1 parent 3e805e3 commit 748ee55
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "InspectDR"
uuid = "d0351b0e-4b05-5898-87b3-e2a8edfddd1d"
version = "0.4.3"
version = "0.4.4"

[deps]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Expand All @@ -19,9 +19,9 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
test = ["Test", "Random"]

[compat]
Graphics = "0.4, 1.0"
Colors = "0.9, 0.12"
Graphics = "1"
Colors = "0.12"
NumericIO = "0.3.1"
Cairo = "0.6, 1.0"
Gtk = "0.18, 1.0, 1.1"
julia = "1"
Cairo = "1"
Gtk = "1.1, 1.2, 1.3"
julia = "1.6"

2 comments on commit 748ee55

@ma-laforge
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:
Make compatible with v1.10

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

Tagging

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.4.4 -m "<description of version>" 748ee5578f019588c72c7781d941122c467e999c
git push origin v0.4.4

Please sign in to comment.