Granular.jl

Julia package for granular dynamics simulation
git clone git://src.adamsgaard.dk/Granular.jl # fast
git clone https://src.adamsgaard.dk/Granular.jl.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit d214b23ef149f0bf7eb2a0034f31bf17d9104b48
parent f36cdd134d29a98dac72841ec81fb979430502a9
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 26 Dec 2022 11:24:57 +0100

README.md: bump julia version

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -8,8 +8,8 @@ To install the latest version and optionally run the included tests, run: ```julia julia> ] -(v1.5) pkg> add git://src.adamsgaard.dk/Granular.jl -(v1.5) pkg> test Granular +(v1.7) pkg> add git://src.adamsgaard.dk/Granular.jl +(v1.7) pkg> test Granular ``` ## Author