Skip to content

Commit

Permalink
update version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bret committed Feb 25, 2009
1 parent 94159ed commit 371acc4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions VERSION.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
:minor: 4
:patch: 0
:patch: 1
:major: 0
:minor: 4
2 changes: 1 addition & 1 deletion lib/watircraft/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This file is autogenerated. Do not edit.
# Use 'rake version.rb' to update.
module WatirCraft; VERSION = '0.4.0'; end
module WatirCraft; VERSION = '0.4.1'; end
4 changes: 2 additions & 2 deletions watircraft.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{watircraft}
s.version = "0.4.0"
s.version = "0.4.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bret Pettichord", "Jim Matthews", "Charley Baker", "Adam Anderson"]
s.date = %q{2009-02-24}
s.date = %q{2009-02-25}
s.default_executable = %q{watircraft}
s.description = %q{WatirCraft is a framework for web testing.}
s.email = %q{bret@pettichord.com}
Expand Down

0 comments on commit 371acc4

Please sign in to comment.