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