Skip to content

Commit

Permalink
Version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zefling committed Feb 17, 2016
1 parent f4c0f1d commit 6a052d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion baku.js
@@ -1,6 +1,6 @@
var baku = {};

baku.version = '0.1g';
baku.version = '0.2';

/**
* test if it's a string
Expand Down
2 changes: 1 addition & 1 deletion compress.sh
Expand Up @@ -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"
sed -i '1i/*! BakuJs v0.2 | (c) Zefling | license, see: github.com/Zefling/BakuJS */' "baku$name.min.js"

0 comments on commit 6a052d3

Please sign in to comment.