Skip to content

Commit

Permalink
Revert to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Baldwin committed Apr 15, 2009
1 parent ba6a2be commit 6a45ad1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/tripwire.rb
@@ -1,7 +1,7 @@
$: << File.dirname(__FILE__)

module Tripwire
VERSION = '1.0.1'
VERSION = '1.0.0'
end

require 'tripwire/scanner'
Expand Down
2 changes: 1 addition & 1 deletion tripwire.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{tripwire}
s.version = "1.0.1"
s.version = "1.0.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Brendan Baldwin"]
Expand Down

0 comments on commit 6a45ad1

Please sign in to comment.