Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Commit

Permalink
Date/Version, Project.toml/Manifest.toml updated
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinOtter committed Feb 2, 2022
1 parent 1a88a4c commit c2b2859
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -627,9 +627,9 @@ version = "8.3.2"

[[ModiaBase]]
deps = ["DataFrames", "DiffRules", "LinearAlgebra", "Measurements", "MonteCarloMeasurements", "OrderedCollections", "RecursiveFactorization", "TimerOutputs", "Unitful"]
git-tree-sha1 = "f32b6d8af60426591cd83b80a94edc5358418e38"
git-tree-sha1 = "1c83cb70553af7a22a34b1ee8a6eff0b53ff32b4"
uuid = "ec7bf1ca-419d-4510-bbab-199861c55244"
version = "0.7.7"
version = "0.7.8"

[[ModiaResult]]
deps = ["DataFrames", "Measurements", "MonteCarloMeasurements", "OrderedCollections", "Pkg", "Tables", "Unitful"]
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ FiniteDiff = "2"
ForwardDiff = "0.10"
JSON = "0.21"
Measurements = "2"
ModiaBase = "0.7.7"
ModiaBase = "0.7.8"
ModiaResult = "0.3.8"
MonteCarloMeasurements = "1, 0.10"
OrderedCollections = "1"
Expand Down
4 changes: 2 additions & 2 deletions src/ModiaLang.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ const drawIncidence = false

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

const Version = "0.8.4"
const Date = "2021-12-15"
const Version = "0.8.5"
const Date = "2022-02-02"

#println(" \n\nWelcome to Modia - Dynamic MODeling and Simulation in julIA")
#=
Expand Down

0 comments on commit c2b2859

Please sign in to comment.