From b0e74bc1919c455d56498a014ff5951f71873ef3 Mon Sep 17 00:00:00 2001 From: Emanuel Rabina Date: Mon, 4 Nov 2013 18:18:16 +1300 Subject: [PATCH] Create 1.2 release. --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab39e8011..c1e556eb3 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 - - Released: ?? ??? 2013 + - Released: 5 November 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 f55d8665c..6b66ecee4 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-SNAPSHOT' +project.version = '1.2' project.year = '2012' dependencies {