diff --git a/README.md b/README.md index e1f82cc..b9921c2 100644 --- a/README.md +++ b/README.md @@ -294,7 +294,7 @@ in production. In Maven, this means you'll want to add the dependency in the com.fizzed rocker-compiler - 2.1.0 + 2.2.1 provided ``` @@ -346,14 +346,14 @@ Rocker is published to Maven central. To add as a dependency in Maven: com.fizzed rocker-runtime - 2.1.0 + 2.2.1 com.fizzed rocker-compiler - 2.1.0 + 2.2.1 provided ``` @@ -366,7 +366,7 @@ repositories { } dependencies { - compile group: 'com.fizzed', name: 'rocker-runtime', version: '2.1.0' + compile group: 'com.fizzed', name: 'rocker-runtime', version: '2.2.1' // add rocker-compiler dependency as needed } ``` @@ -385,7 +385,7 @@ Add the following to your pom com.fizzed rocker-maven-plugin - 2.1.0 + 2.2.1 generate-rocker-templates @@ -499,7 +499,7 @@ gradle.org. Just add the following to your build script: ```groovy plugins { - id "com.fizzed.rocker" version "2.1.0" + id "com.fizzed.rocker" version "2.2.1" } sourceSets {