From 90264dbec92c2d65d5c38df0b89cc7a0a74edf0d Mon Sep 17 00:00:00 2001 From: Emanuel Rabina Date: Sun, 26 Jan 2014 10:26:07 +1300 Subject: [PATCH] Update for 1.2.2 release. --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c995a838..4a249f641 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ all to help improve code reuse. If you've ever used SiteMesh or JSF with Facelets, then the concepts of this library will be very familiar to you. - Current version: 1.2.2 - - Released: ?? ??? 2013 + - Released: 26 January 2013 This version is for Thymeleaf 2.1. Check out the [master-thymeleaf-2.0 branch](https://github.com/ultraq/thymeleaf-layout-dialect/tree/master-thymeleaf-2.0) for a version of the Layout Dialect that supports Thymeleaf 2.0. diff --git a/build.gradle b/build.gradle index cfd484a4d..921b21f8c 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ project.sourceCompatibility = '1.6' project.group = 'nz.net.ultraq.thymeleaf' project.artifact = 'thymeleaf-layout-dialect' -project.version = '1.2.2-SNAPSHOT' +project.version = '1.2.2' project.year = '2012' dependencies {