From 40ea3dabff991843396d4703d485169d0dd90845 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 18 Sep 2024 02:38:49 +0200 Subject: Bump version to `0.13.0` :tada: --- widget/src/pane_grid.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widget/src/pane_grid.rs') diff --git a/widget/src/pane_grid.rs b/widget/src/pane_grid.rs index 710a5443..4473119d 100644 --- a/widget/src/pane_grid.rs +++ b/widget/src/pane_grid.rs @@ -6,7 +6,7 @@ //! The [`pane_grid` example] showcases how to use a [`PaneGrid`] with resizing, //! drag and drop, and hotkey support. //! -//! [`pane_grid` example]: https://github.com/iced-rs/iced/tree/0.12/examples/pane_grid +//! [`pane_grid` example]: https://github.com/iced-rs/iced/tree/0.13/examples/pane_grid mod axis; mod configuration; mod content; -- cgit