Skip to content

Commit

Permalink
## Modia 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinOtter committed Jul 12, 2022
1 parent fb39896 commit 2948cdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
authors = ["Hilding Elmqvist <[email protected]>", "Martin Otter <[email protected]>"]
name = "Modia"
uuid = "cb905087-75eb-5f27-8515-1ce0ec8e839e"
version = "0.9.1"
version = "0.9.2"

[deps]
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
Expand Down
4 changes: 2 additions & 2 deletions src/Modia.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Main module of Modia.
module Modia

const path = dirname(dirname(@__FILE__)) # Absolute path of package directory
const Version = "0.9.1"
const Date = "2022-07-07"
const Version = "0.9.2"
const Date = "2022-07-12"
const modelsPath = joinpath(Modia.path, "models")

print(" \n\nWelcome to ")
Expand Down

0 comments on commit 2948cdd

Please sign in to comment.