commit aa97aa54d94692e76a9ffa0a3a9928027b6479f6
parent 20aa9e5e787521e8947dd054564574d37127d588
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sun, 19 May 2019 20:08:28 +0200
Update Julia version number in README
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -15,7 +15,7 @@ release can be installed directly from the Julia shell by:
```julia
julia> ]
-(v1.0) pkg> add Granular
+(v1.1) pkg> add Granular
```
The package contents area installed in the directory
@@ -25,13 +25,13 @@ repository, instead install the package with:
```julia
julia> ]
-(v1.0) pkg> add Granular#master
+(v1.1) pkg> add Granular#master
```
You can run the package tests for any version with the following command:
```julia
-(v1.0) pkg> test Granular
+(v1.1) pkg> test Granular
```
For more information on installation and usage, please refer to the