Skip to content

Commit 62ebeee

Browse files
committed
Increment version number to 0.2.2
1 parent b58acbe commit 62ebeee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Modia"
22
uuid = "cb905087-75eb-5f27-8515-1ce0ec8e839e"
33
authors = ["Hilding Elmqvist <[email protected]>"]
4-
version = "0.2.1"
4+
version = "0.2.2"
55

66
[deps]
77
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"

src/Modia.jl

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ For more information, see (https://github.com/ModiaSim/Modia.jl/blob/master/READ
4545
"""
4646
module Modia
4747

48-
const Version = "0.2.1"
49-
const Date = "2018-10-07"
48+
const Version = "0.2.2"
49+
const Date = "2018-10-12"
5050

5151
#println(" \n\nWelcome to Modia - Dynamic MODeling and Simulation in julIA")
5252
print(" \n\nWelcome to ")
@@ -84,7 +84,7 @@ export allInstances
8484
export @component, addComponent!
8585

8686
# Import packages that are used in examples and tests
87-
# (in order that there are no requirements on the environment
87+
# (in order that there are no requirements on the environment
8888
# in which the examples and tests are executed).
8989
import DataStructures
9090
import ModiaMath

0 commit comments

Comments
 (0)