From 970fc2358f76ba5b85c478a97f141dad8097cec9 Mon Sep 17 00:00:00 2001 From: Emanuel Rabina Date: Sat, 9 Jul 2016 21:29:34 +1200 Subject: [PATCH] Create 2.0.0 release --- build.gradle | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index f357838bc..a4bdeb283 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ project.sourceCompatibility = '1.7' project.group = 'nz.net.ultraq.thymeleaf' project.artifact = 'thymeleaf-layout-dialect' -project.version = '2.0.0-SNAPSHOT' +project.version = '2.0.0' project.year = '2012' project.contributors = [ [ diff --git a/package.json b/package.json index 1687f9299..3277f1bc8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "thymeleaf-layout-dialect", - "version": "2.0.0-SNAPSHOT", - "description": "A dialect for Thymeleaf that allows you to use layout/decorator templates to style your content", + "version": "2.0.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": { "docs:clean": "rimraf _book",