From 1ef757c45a8a1ac07ddcc50015ce0163156c8021 Mon Sep 17 00:00:00 2001 From: Drew Dara-Abrams Date: Wed, 13 Mar 2019 14:14:37 -0700 Subject: [PATCH] prepare v0.4.6 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8e04a2..3a4f97b 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ PlanetUtils is a "high level" library that makes use of [Osmosis](https://wiki.o Make sure you have [Docker](https://www.docker.com/community-edition) installed. Then: ```sh -docker pull interline/planetutils:release-v0.4.6 +docker pull interline/planetutils:release-v0.4.7 ``` Any of the example commands below can be executed with `docker run`. It may be helpful to mount a local directory inside the container for persistence and to access output files. @@ -67,7 +67,7 @@ Any of the example commands below can be executed with `docker run`. It may be h - Example of using `docker run` with the `data` directory mounted as `/data`: ```sh -docker run --rm -v ${PWD}/data:/data -t interline/planetutils:release-v0.4.6 +docker run --rm -v ${PWD}/data:/data -t interline/planetutils:release-v0.4.7 ``` ### Using Homebrew on Mac OS