Skip to content

Commit b277241

Browse files
committed
Advance FLOWVLM version for Julia v1.11 compatibility
1 parent a763b2a commit b277241

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "FLOWUnsteady"
22
uuid = "b491798d-ac6e-455f-a27c-49c10bb0a666"
33
authors = ["Eduardo J. Alvarez <Edo.AlvarezR@gmail.com> and contributors"]
4-
version = "3.3.1"
4+
version = "3.3.2"
55

66
[deps]
77
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
@@ -23,7 +23,7 @@ VSPGeom = "9b3f6a95-fce2-4bc5-94a2-f99b39986ea6"
2323
julia = "1.6"
2424
GeometricTools = "2.2"
2525
FLOWVPM = "3.0"
26-
FLOWVLM = "2.1.2"
26+
FLOWVLM = "2.1.3"
2727
FLOWNoise = "2.3.3"
2828
BPM = "2.0.1"
2929

docs/src/installation/general.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ import Pkg
213213

214214
url = "https://github.com/byuflowlab/"
215215

216-
packages = [ ("AirfoilPrep.jl", "v2.1.2"), ("FLOWVLM", "v2.1.2"),
216+
packages = [ ("AirfoilPrep.jl", "v2.1.2"), ("FLOWVLM", "v2.1.3"),
217217
("FLOWNoise", "v2.3.3"), ("BPM.jl", "v2.0.1") ]
218218

219219
Pkg.add([ Pkg.PackageSpec(; url=url*name, rev=v) for (name, v) in packages ])

0 commit comments

Comments
 (0)