Bump to 0.1.1

This commit is contained in:
Thibaud Guillaume-Gentil 2010-10-10 12:39:09 +02:00
parent 8b5ecd9a8a
commit b5194dd2e4
2 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
guard (0.1.0)
guard (0.1.1)
bundler (~> 1.0.2)
growl (~> 1.0.3)
libnotify (~> 0.1.3)
@ -16,9 +16,8 @@ GEM
ffi (0.6.3)
rake (>= 0.8.7)
growl (1.0.3)
guard-rspec (0.1.0)
guard (~> 0.1.0.beta.2)
rspec (~> 2.0.0.rc)
guard-rspec (0.1.1)
guard (~> 0.1.0)
libnotify (0.1.4)
ffi (>= 0.6.2)
rake (0.8.7)

View File

@ -1,3 +1,3 @@
module Guard
VERSION = "0.1.0"
VERSION = "0.1.1"
end