diff --git a/Project.toml b/Project.toml index a126944..4c59c67 100644 --- a/Project.toml +++ b/Project.toml @@ -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" @@ -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"