Skip to content

Commit

Permalink
Merge branch 'main' into node-variables
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm authored Oct 10, 2024
2 parents 9f6c359 + 5c3fd0d commit 469d9ac
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 = "Trixi2Vtk"
uuid = "bc1476a1-1ca6-4cc3-950b-c312b255ff95"
authors = ["Michael Schlottke-Lakemper <[email protected]>", "Hendrik Ranocha <[email protected]>"]
version = "0.3.17-DEV"
version = "0.3.18-DEV"

[deps]
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
Expand All @@ -18,6 +18,6 @@ HDF5 = "0.14, 0.15, 0.16, 0.17"
ProgressMeter = "1.3"
StaticArrays = "0.12, 1.0"
TimerOutputs = "0.5"
Trixi = "0.5, 0.6, 0.7, 0.8"
Trixi = "0.5, 0.6, 0.7, 0.8, 0.9"
WriteVTK = "1.7"
julia = "1.7"
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
Documenter = "0.27, 1"
OrdinaryDiffEq = "6"
ReadVTK = "0.1, 0.2"
Trixi = "0.5, 0.6, 0.7, 0.8"
Trixi = "0.5, 0.6, 0.7, 0.8, 0.9"

0 comments on commit 469d9ac

Please sign in to comment.