From 60626e068fb1ea6490bba429f87be2f76f3d1284 Mon Sep 17 00:00:00 2001 From: Uwe Fechner Date: Mon, 9 Sep 2024 22:24:17 +0200 Subject: [PATCH] Fix example --- CHANGELOG.md | 2 +- Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3284508..f6ffc3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -### KiteSimulators v0.4.0 - 2024-09-09 +### KiteSimulators v0.4.1 - 2024-09-09 #### Changed - the build script now only installs `matplotlib` if it is not yet installed on the system - improved the example `joystick.jl` and its documentation diff --git a/Project.toml b/Project.toml index c5fb151..c24b13f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "KiteSimulators" uuid = "a262fb0b-5671-4fb4-9d61-972db9a18944" authors = ["Uwe Fechner and contributors"] -version = "0.4.0" +version = "0.4.1" [deps] AtmosphericModels = "c59cac55-771d-4f45-b14d-1c681463a295"