Skip to content

Commit

Permalink
v0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mynyml committed Sep 29, 2009
1 parent 8461353 commit a0cf3a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/watchr.rb
Expand Up @@ -29,7 +29,7 @@ module EventHandler
autoload :Portable, 'watchr/event_handlers/portable'
end

VERSION = '0.5.5'
VERSION = '0.5.6'

class << self
attr_accessor :options
Expand Down
2 changes: 1 addition & 1 deletion watchr.gemspec
@@ -1,7 +1,7 @@

Gem::Specification.new do |s|
s.name = 'watchr'
s.version = '0.5.5'
s.version = '0.5.6'
s.summary = "Modern continious testing (flexible alternative to autotest)"
s.description = "Modern continious testing (flexible alternative to autotest)."
s.author = "mynyml"
Expand Down

0 comments on commit a0cf3a2

Please sign in to comment.