Skip to content

Commit 977507d

Browse files
committed
version number and date updated
1 parent 032a9bc commit 977507d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Modia3D"
22
uuid = "07f2c1e0-90b0-56cf-bda7-b44b56e34eed"
33
authors = ["Andrea Neumayr <[email protected]>", "Martin Otter <[email protected]>", "Gerhard Hippmann <[email protected]>"]
4-
version = "0.5.1"
4+
version = "0.5.2"
55

66
[deps]
77
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"

docs/src/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ Download and install the free DLR SimVis Community Edition, e.g. with [https://v
3333

3434
## Release Notes
3535

36+
### Version 0.5.2
37+
- version number and date updated
38+
3639
### Version 0.5.1
3740

3841
- Collision handling - MPR algorithm improved to enhance speed and robustness

src/Modia3D.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
module Modia3D
55

66
const path = dirname(dirname(@__FILE__)) # Absolute path of package directory
7-
const Version = "0.5.0"
8-
const Date = "2021-07-27"
7+
const Version = "0.5.2"
8+
const Date = "2021-11-29"
99

1010
# println("\nImporting Modia3D Version $Version ($Date)")
1111

0 commit comments

Comments
 (0)