Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasBarner committed Feb 17, 2024
1 parent d76bf4e commit d43e8a4
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 = "HydrOGEnMod"
uuid = "8333085b-35ea-4da2-b2a2-0d4163a84b02"
authors = ["Lukas Barner"]
version = "1.0.0-DEV"
version = "0.1.1-DEV"

[deps]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
To install HydrOGEnMod on your system, run the following Julia code:
```julia
import Pkg
Pkg.add("https://github.com/LukasBarner/HydrOGEnMod.jl")
Pkg.add(url="https://github.com/LukasBarner/HydrOGEnMod.jl")
```
Alternatively, you can also directly use the Pkg-mode from within the REPL.

Expand Down

0 comments on commit d43e8a4

Please sign in to comment.