Skip to content

Commit

Permalink
v0.1.0 --> v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenWhitaker committed Mar 6, 2020
1 parent b51f7dc commit fdec068
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PERK"
uuid = "85f1910e-5d62-11e9-1bce-2b30a05932d4"
authors = ["Steven Whitaker <[email protected]>"]
version = "0.1.0"
version = "0.2.0"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ which can be found [here](https://github.com/gopal-nataraj/perk).

## Getting Started
At the Julia REPL, type `]` to enter the package prompt.
Then type `add https://github.com/StevenWhitaker/PERK.jl#v0.1.0`
to add PERK v0.1.0
(note that `v0.1.0` can be replaced with whatever version is needed).
Then type `add https://github.com/StevenWhitaker/PERK.jl#v0.2.0`
to add PERK v0.2.0
(note that `v0.2.0` can be replaced with whatever version is needed).
Hit backspace to return to the normal Julia prompt,
and then type `using PERK` to load the package.

Expand Down

0 comments on commit fdec068

Please sign in to comment.