Skip to content

Commit c47a808

Browse files
committed
Bump version
1 parent 11856c8 commit c47a808

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Changelog
22

3-
### Unreleased
3+
### KiteViewers v0.4.15 - 2024-07-28
44
#### Changed
55
- update KiteUtils to 0.7
6+
- add example show_messages.jl that receives html messages
67

78
### KiteViewers v0.4.14 - 2024-07-15
89
#### Changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "KiteViewers"
22
uuid = "2e593061-95e7-45e4-95f4-df0491f2e601"
33
authors = ["Uwe Fechner <fechner@aenarete.eu> and contributors"]
4-
version = "0.4.14"
4+
version = "0.4.15"
55

66
[deps]
77
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
@@ -29,13 +29,13 @@ GeometryBasics = "0.4.10"
2929
Joysticks = "0.1.2, 0.1.4"
3030
KiteUtils = "0.6, 0.7"
3131
Parameters = "0.12"
32-
Pkg = "1.9, 1.10"
32+
Pkg = "1.10"
3333
PrecompileTools = "1.2"
3434
Reexport = "1"
3535
Rotations = "1.2, 1.3"
3636
StaticArrays = "~1.9"
3737
Timers = "0.1.5"
38-
julia = "1.9, 1.10"
38+
julia = "1.10"
3939

4040
[extras]
4141
KiteModels = "b94af626-7959-4878-9336-2adc27959007"

0 commit comments

Comments
 (0)