Skip to content

Commit

Permalink
Merge branch 'master' into plutostatichtml2
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed Nov 12, 2023
2 parents 5f2a829 + c90325e commit f6bb1c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "VoronoiFVM"
uuid = "82b139dc-5afc-11e9-35da-9b9bdfd336f3"
authors = ["Jürgen Fuhrmann <[email protected]>", "Dilara Abdel", "Jan Weidner", "Alexander Seiler", "Patricio Farrell", "Matthias Liero"]
version = "1.13.2"
version = "1.13.3"

[deps]
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
Expand Down
1 change: 1 addition & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ VoronoiFVM = "82b139dc-5afc-11e9-35da-9b9bdfd336f3"
[compat]
Literate = ">=0.2.7"
Pluto = ">=0.17.4"
Documenter = "1"
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ function make_all(; with_examples = true, with_notebooks = true, example = nothi
with_examples && rm(example_md_dir, recursive = true, force = true)
with_notebooks && rm(notebook_md_dir, recursive = true, force = true)


if !isinteractive()
deploydocs(repo = "github.com/j-fu/VoronoiFVM.jl.git")
end
Expand Down

0 comments on commit f6bb1c3

Please sign in to comment.