From 6a052d306e51c68d7420a3816a74c126a9e4f1ed Mon Sep 17 00:00:00 2001 From: zefling Date: Wed, 17 Feb 2016 23:27:09 +0100 Subject: [PATCH] Version 0.2 --- baku.js | 2 +- compress.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/baku.js b/baku.js index 11c094a..2606e51 100644 --- a/baku.js +++ b/baku.js @@ -1,6 +1,6 @@ var baku = {}; -baku.version = '0.1g'; +baku.version = '0.2'; /** * test if it's a string diff --git a/compress.sh b/compress.sh index 1a7605d..a56e7a0 100755 --- a/compress.sh +++ b/compress.sh @@ -10,4 +10,4 @@ elif [ "$1" = 'dom' ]; then else cat baku.js baku.math.js baku.number.js baku.date.js baku.regexp.js baku.string.js baku.string.formater.js | closure-compiler --js_output_file="baku$name.min.js" fi -sed -i '1i/*! BakuJs v0.1g | (c) Zefling | license, see: github.com/Zefling/BakuJS */' "baku$name.min.js" \ No newline at end of file +sed -i '1i/*! BakuJs v0.2 | (c) Zefling | license, see: github.com/Zefling/BakuJS */' "baku$name.min.js" \ No newline at end of file