Skip to content

Commit

Permalink
Version number changed to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinOtter committed Oct 7, 2018
1 parent fcc289f commit 51e4eac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Modia3D"
uuid = "9eeeb1f0-b440-11e8-152a-c19cc3a383d5"
authors = ["Andrea Neumayr <[email protected]>", "Martin Otter <[email protected]>"]
version = "0.2.0"
version = "0.2.1"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand Down
2 changes: 1 addition & 1 deletion src/Modia3D.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

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

Expand Down

0 comments on commit 51e4eac

Please sign in to comment.