diff --git a/build.gradle b/build.gradle index 8484a5c7b..ea5c5ce74 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ project.sourceCompatibility = '1.7' project.group = 'nz.net.ultraq.thymeleaf' project.artifact = 'thymeleaf-layout-dialect' -project.version = '2.2.1-SNAPSHOT' +project.version = '2.2.1' project.year = '2012' project.contributors = [ [ diff --git a/package.json b/package.json index d919cdf08..3f26b291e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thymeleaf-layout-dialect", - "version": "2.2.1-SNAPSHOT", + "version": "2.2.1", "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": {