Skip to content

Commit

Permalink
Version change to 0.3.1
Browse files Browse the repository at this point in the history
FEMBasis is pinned to 0.2 version, current version of FEMBase.jl is not
compatible with the 0.3 FEMBasis.
  • Loading branch information
ahojukka5 committed Dec 13, 2019
1 parent 30f22fc commit a711587
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FEMBase"
uuid = "fbcbbc08-f1bf-5204-9233-b69f5d396135"
authors = ["Jukka Aho <[email protected]>"]
version = "0.3.0"
version = "0.3.1"

[deps]
FEMBasis = "353fb843-c566-51e6-ba49-78b3e3d5ebb5"
Expand All @@ -12,6 +12,7 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"

[compat]
julia = "≥ 1.0"
FEMBasis = "0.2"

[extras]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down

0 comments on commit a711587

Please sign in to comment.