Skip to content

Commit 51e4eac

Browse files
committed
Version number changed to 0.2.1
1 parent fcc289f commit 51e4eac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 = "9eeeb1f0-b440-11e8-152a-c19cc3a383d5"
33
authors = ["Andrea Neumayr <andrea.neumayr@dlr.de>", "Martin Otter <Martin.Otter@dlr.de>"]
4-
version = "0.2.0"
4+
version = "0.2.1"
55

66
[deps]
77
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"

src/Modia3D.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
module Modia3D
55
println(" \nWelcome to Modia3D - Modeling and simulation of 3D systems")
6-
println(" Version : 0.2.0 (2018-10-07)")
6+
println(" Version : 0.2.1 (2018-10-07)")
77

88
const path = dirname(dirname(@__FILE__)) # Absolute path of Modia3D Julia package directory
99

0 commit comments

Comments
 (0)