From 0bc45c1b4920217b007fa8b45aac654d2f31c774 Mon Sep 17 00:00:00 2001 From: walterhiggins Date: Fri, 14 Nov 2014 19:57:48 +0000 Subject: [PATCH] ensure Canary.inf has latest version number. --- build.xml | 4 ++++ src/main/resources/Canary.inf | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index b3cbbba..40f7819 100644 --- a/build.xml +++ b/build.xml @@ -209,12 +209,16 @@ Walter Higgins + [[version]] + + [[version]] + diff --git a/src/main/resources/Canary.inf b/src/main/resources/Canary.inf index 56c784c..0e4ed46 100644 --- a/src/main/resources/Canary.inf +++ b/src/main/resources/Canary.inf @@ -1,4 +1,4 @@ main-class = org.scriptcraftjs.canarymod.ScriptCraftPlugin isLibrary = false -author = walter higgins -version = 2.1.10 \ No newline at end of file +author = Walter Higgins +version = [[version]] \ No newline at end of file