tUpdate Julia version number in README - Granular.jl - Julia package for granular dynamics simulation
 (HTM) git clone git://src.adamsgaard.dk/Granular.jl
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit aa97aa54d94692e76a9ffa0a3a9928027b6479f6
 (DIR) parent 20aa9e5e787521e8947dd054564574d37127d588
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sun, 19 May 2019 20:08:28 +0200
       
       Update Julia version number in README
       
       Diffstat:
         M README.md                           |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/README.md b/README.md
       t@@ -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 
       t@@ -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