From b18ac4d53c1780364e620398f1842513d8127f94 Mon Sep 17 00:00:00 2001 From: Jared Wahlstrand Date: Tue, 9 Jan 2024 19:20:37 -0700 Subject: [PATCH] bump Gtk4 compat version (#63) * bump Gtk4 compat version * bump version --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 74a13be..8a9585b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "GtkObservables" uuid = "8710efd8-4ad6-11eb-33ea-2d5ceb25a41c" -version = "2.0.4" +version = "2.0.5" [deps] Cairo = "159f3aea-2a34-519c-b102-8c37f9878175" @@ -22,7 +22,7 @@ Colors = "0.12" Dates = "1.6" FixedPointNumbers = "0.8" Graphics = "1" -Gtk4 = "0.5" +Gtk4 = "0.6" IntervalSets = "0.5, 0.6, 0.7" LinearAlgebra = "1.6" Observables = "0.4, 0.5"