Skip to content

Commit

Permalink
Upgrade to v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ohno committed Mar 31, 2024
1 parent af6ceb7 commit 3361355
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Antique"
uuid = "be6e5d0e-34a5-4c8f-af83-e1b5389203d8"
authors = ["Shuhei Ohno"]
version = "0.4.1"
version = "0.4.2"

[deps]
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Expand Down
4 changes: 2 additions & 2 deletions developer/docs.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# run `include("./developer/docs.jl")`
run(`julia --project=docs/ -e 'try; using Plots; catch; using Pkg; Pkg.add("Plots"); end;'`)
run(`julia --project=docs/ -e 'try; using Documenter; catch; using Pkg; Pkg.add("Documenter"); end;'`)
# run(`julia --project=docs/ -e 'try; using Plots; catch; using Pkg; Pkg.add("Plots"); end;'`)
# run(`julia --project=docs/ -e 'try; using Documenter; catch; using Pkg; Pkg.add("Documenter"); end;'`)
run(`julia --project=docs/ -e 'using Pkg; Pkg.activate("./"); cd("docs"); include("make.jl")'`)

0 comments on commit 3361355

Please sign in to comment.