From e59956ffb322f2c8ac46fcc042307c67246f6c45 Mon Sep 17 00:00:00 2001 From: Yu-Jie Lin Date: Wed, 22 May 2013 22:09:56 +0800 Subject: [PATCH] finalize v0.1.0 --- CHANGES.md | 8 ++++++++ weave.sh | 2 ++ 2 files changed, 10 insertions(+) create mode 100644 CHANGES.md diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000..b143051 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,8 @@ +CHANGES +======= + +## Development + +## Version 0.1.0 (2013-05-22T14:09:37Z) + +* First release. diff --git a/weave.sh b/weave.sh index aeece41..03ede83 100755 --- a/weave.sh +++ b/weave.sh @@ -22,6 +22,8 @@ # SOFTWARE. +VERSION=0.1.0 + # Characters and colors for vertical and horizontal lines : ${char_v:='|'} ${char_h:='-'} : ${color_v:='\e[32;1m'} ${color_h:='\e[31;1m'}