Bump to 0.2.1

This commit is contained in:
Thibaud Guillaume-Gentil 2010-10-24 10:31:16 +02:00
parent 9742ce86a0
commit df5278e988
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,10 @@
== 0.2.0.0 (Oct 21, 2010)
== 0.2.1 (Oct 24, 2010)
Bugs fixes:
- Fixes for Linux support
== 0.2.0 (Oct 21, 2010)
Bugs fixes:

View File

@ -1,3 +1,3 @@
module Guard
VERSION = "0.2.0"
VERSION = "0.2.1"
end