diff --git a/Project.toml b/Project.toml index fa44a29..2e76c3d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LaserTag" uuid = "041f53e1-e4f8-54ec-814d-e9e995aa38d4" repo = "https://github.com/zsunberg/LaserTag.jl" -version = "0.1.1" +version = "0.1.2" [deps] AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f" diff --git a/README.md b/README.md index bbed830..ebef1b6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The Laser Tag Problem from http://bigbird.comp.nus.edu.sg/m2ap/wordpress/wp-cont ## Installation Note: This package is not currently registered (because the name is not suitable). To install it from the julia REPL, use -```julia +``` ] add https://github.com/JuliaPOMDP/LaserTag.jl.git ```