From 004e27bd685f5d9972c9c1545eb1cabe98b10d5a Mon Sep 17 00:00:00 2001 From: JBaron Date: Mon, 7 Aug 2017 15:20:15 +0200 Subject: [PATCH] Change version --- createDistribution.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/createDistribution.sh b/createDistribution.sh index f2cc4530..a50bc82a 100755 --- a/createDistribution.sh +++ b/createDistribution.sh @@ -1,2 +1,2 @@ nr=`git log lib/*.js | grep '^commit ' | wc -l | tr -d ' '` -zip -r "../cats-2.0.${nr}.nw" lib/* resource/* node_modules/* CopyrightNotice.txt LICENSE.txt index.html package.json +zip -r "../cats-2.4.${nr}.nw" lib/* resource/* node_modules/* CopyrightNotice.txt LICENSE.txt index.html package.json