From 7334a14749acaa63eba4e75f7074f80f1a9c1797 Mon Sep 17 00:00:00 2001 From: Thomas Scheinecker Date: Thu, 28 Jan 2016 18:14:40 +0100 Subject: [PATCH] v0.0.13 --- properties.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/properties.gradle b/properties.gradle index 07c0cdb..02a5ce5 100644 --- a/properties.gradle +++ b/properties.gradle @@ -1,5 +1,5 @@ ext.cgGroup = 'cc.catalysts.gradle' -ext.cgVersion = '0.0.13-SNAPSHOT' +ext.cgVersion = '0.0.13' ext.cgWebsite = 'https://github.com/Catalysts/cat-gradle-plugins' ext.cgTracker = 'https://github.com/Catalysts/cat-gradle-plugins/issues' ext.cgGit = 'https://github.com/Catalysts/cat-gradle-plugins.git'