Skip to content

Commit

Permalink
V020 (#48)
Browse files Browse the repository at this point in the history
* fix typo
  • Loading branch information
jverzani committed Jun 1, 2022
1 parent 9f79395 commit b316308
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "CalculusWithJulia"
uuid = "a2e0e22d-7d4c-5312-9169-8b992201a882"
version = "0.0.19"
version = "0.0.20"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down
2 changes: 1 addition & 1 deletion src/WeaveSupport/toc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ table_of_contents = [
:integral_vector_calculus :review;

:alternatives :symbolics;
:misc :getting_started_with_juila
:misc :getting_started_with_julia
:misc :bibliography;
:misc :quick_notes;
:misc :julia_interfaces;
Expand Down

2 comments on commit b316308

@jverzani
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/61468

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.0.20 -m "<description of version>" b316308037226bfc89ed582243ef41eec8ae63b8
git push origin v0.0.20

Please sign in to comment.