Skip to content

Commit

Permalink
Vesrion 0.1.2 modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmatamalas committed Oct 16, 2020
1 parent 0be8c51 commit 7b5d41a
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,7 +1,7 @@
name = "MMCAcovid19"
uuid = "3fbf9143-36f1-400e-9c84-fa51782749e9"
authors = ["Joan T. Matamalas <[email protected]>", "Sergio Gómez <[email protected]>"]
version = "0.1.1"
version = "0.1.2"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ This package allows the application of multiple containment measures at differen

## Documentation

The full documentation of [MMCAcovid19](https://github.com/jtmatamalas/MMCAcovid19) can be found [here](https://jtmatamalas.github.io/MMCAcovid19.jl/dev/).
The full documentation of [MMCAcovid19](https://github.com/jtmatamalas/MMCAcovid19) can be found [here][docs-latest-url]


[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg
Expand Down

2 comments on commit 7b5d41a

@jtmatamalas
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/23106

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.1.2 -m "<description of version>" 7b5d41ac0534ee54a71cd098fc3aeadc3f78b92a
git push origin v0.1.2

Please sign in to comment.