From e6a9363fae94aca90244847f0a643c832f0893ca Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 8 Aug 2016 09:12:49 -0700 Subject: [PATCH] Prep for 1.13 release. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19fbd37..52866ae 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ Get It ====== JMustache is available via Maven Central and can thus be easily added to your Maven, Ivy, etc. -projects by adding a dependency on `com.samskivert:jmustache:1.12`. Or download the pre-built -[jar file](https://repo1.maven.org/maven2/com/samskivert/jmustache/1.12/jmustache-1.12.jar). +projects by adding a dependency on `com.samskivert:jmustache:1.13`. Or download the pre-built +[jar file](https://repo1.maven.org/maven2/com/samskivert/jmustache/1.13/jmustache-1.13.jar). Usage =====