From e531401748b8ba04a6bcfe94fec8df909af94bbe Mon Sep 17 00:00:00 2001 From: Emanuel Rabina Date: Tue, 16 May 2017 18:46:27 +1200 Subject: [PATCH] Create 2.2.2 release --- build.gradle | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 517c64359..4aaa32214 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ project.sourceCompatibility = '1.7' project.group = 'nz.net.ultraq.thymeleaf' project.artifact = 'thymeleaf-layout-dialect' -project.version = '2.2.2-SNAPSHOT' +project.version = '2.2.2' project.year = '2012' project.contributors = [ [ diff --git a/package.json b/package.json index 84e5e5f94..a34a1a366 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thymeleaf-layout-dialect", - "version": "2.2.2-SNAPSHOT", + "version": "2.2.2", "description": "A dialect for Thymeleaf that lets you build layouts and reusable templates in order to improve code reuse", "author": "Emanuel Rabina (http://www.ultraq.net.nz/)", "scripts": {