From 07877f7eda1ab1f2cbed7ea82e9002defea23834 Mon Sep 17 00:00:00 2001 From: Joe Lauer Date: Sat, 9 Nov 2024 08:42:22 -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 285b7e0..be7a265 100644 --- a/README.md +++ b/README.md @@ -276,7 +276,7 @@ in production. In Maven, this means you'll want to add the dependency in the com.fizzed rocker-compiler - 2.0.1 + 2.1.0 provided ``` @@ -328,14 +328,14 @@ Rocker is published to Maven central. To add as a dependency in Maven: com.fizzed rocker-runtime - 2.0.1 + 2.1.0 com.fizzed rocker-compiler - 2.0.1 + 2.1.0 provided ``` @@ -348,7 +348,7 @@ repositories { } dependencies { - compile group: 'com.fizzed', name: 'rocker-runtime', version: '2.0.1' + compile group: 'com.fizzed', name: 'rocker-runtime', version: '2.1.0' // add rocker-compiler dependency as needed } ``` @@ -367,7 +367,7 @@ Add the following to your pom com.fizzed rocker-maven-plugin - 2.0.1 + 2.1.0 generate-rocker-templates @@ -481,7 +481,7 @@ gradle.org. Just add the following to your build script: ```groovy plugins { - id "com.fizzed.rocker" version "2.0.1" + id "com.fizzed.rocker" version "2.1.0" } sourceSets {