From 22f90cf8bcc12295c3ca55a160eceb3e41408dcd Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Fri, 21 Mar 2014 09:39:38 -0400 Subject: [PATCH] Fix missing subject in html mailings --- build.moxie | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.moxie b/build.moxie index c4533fe..7e389b5 100644 --- a/build.moxie +++ b/build.moxie @@ -10,12 +10,12 @@ description: pure Java Git solution groupId: com.gitblit artifactId: gitblit -version: 1.4.0 +version: 1.4.2-SNAPSHOT inceptionYear: 2011 # Current stable release -releaseVersion: 1.4.0 -releaseDate: 2014-03-09 +releaseVersion: 1.4.1 +releaseDate: 2014-03-18 # Project urls url: 'http://gitblit.com' -- Gitblit v1.9.1