From 333ee74ea8d386fb120fe19568feda3aeca07189 Mon Sep 17 00:00:00 2001 From: Emanuel Rabina Date: Sun, 31 Mar 2019 12:29:45 +1300 Subject: [PATCH] 2.4.0 --- build.gradle | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index c1d42d817..1a89ef5b1 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.4.0-SNAPSHOT' +project.version = '2.4.0' project.year = '2012' project.contributors = [ [ diff --git a/package.json b/package.json index b1c3c3735..b3f87645d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thymeleaf-layout-dialect", - "version": "2.4.0-SNAPSHOT", + "version": "2.4.0", "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": {