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": {