Skip to content

Commit

Permalink
Advance FLOWVLM version for Julia v1.11 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
EdoAlvarezR committed Dec 16, 2024
1 parent a763b2a commit b277241
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FLOWUnsteady"
uuid = "b491798d-ac6e-455f-a27c-49c10bb0a666"
authors = ["Eduardo J. Alvarez <[email protected]> and contributors"]
version = "3.3.1"
version = "3.3.2"

[deps]
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
Expand All @@ -23,7 +23,7 @@ VSPGeom = "9b3f6a95-fce2-4bc5-94a2-f99b39986ea6"
julia = "1.6"
GeometricTools = "2.2"
FLOWVPM = "3.0"
FLOWVLM = "2.1.2"
FLOWVLM = "2.1.3"
FLOWNoise = "2.3.3"
BPM = "2.0.1"

Expand Down
2 changes: 1 addition & 1 deletion docs/src/installation/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ import Pkg

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

packages = [ ("AirfoilPrep.jl", "v2.1.2"), ("FLOWVLM", "v2.1.2"),
packages = [ ("AirfoilPrep.jl", "v2.1.2"), ("FLOWVLM", "v2.1.3"),
("FLOWNoise", "v2.3.3"), ("BPM.jl", "v2.0.1") ]

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

0 comments on commit b277241

Please sign in to comment.