From 28510d469a563f92daba3bfb7908c94c6bd5a143 Mon Sep 17 00:00:00 2001 From: Joe Lauer Date: Fri, 18 Jan 2019 22:07:59 -0500 Subject: [PATCH] Updated README with latest version --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7029c4e..d87bb9e 100644 --- a/README.md +++ b/README.md @@ -254,7 +254,7 @@ in production. In Maven, this means you'll want to add the dependency in the com.fizzed rocker-compiler - 1.2.0 + 1.2.1 provided ``` @@ -306,14 +306,14 @@ Rocker is published to Maven central. To add as a dependency in Maven: com.fizzed rocker-runtime - 1.2.0 + 1.2.1 com.fizzed rocker-compiler - 1.2.0 + 1.2.1 provided ``` @@ -326,7 +326,7 @@ repositories { } dependencies { - compile group: 'com.fizzed', name: 'rocker-runtime', version: '1.2.0' + compile group: 'com.fizzed', name: 'rocker-runtime', version: '1.2.1' // add rocker-compiler dependency as needed } ``` @@ -345,7 +345,7 @@ Add the following to your pom com.fizzed rocker-maven-plugin - 1.2.0 + 1.2.1 generate-rocker-templates @@ -450,7 +450,7 @@ gradle.org. Just add the following to your build script: ```groovy plugins { - id "com.fizzed.rocker" version "1.2.0" + id "com.fizzed.rocker" version "1.2.1" } sourceSets {