Skip to content

Commit

Permalink
update to version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
smtlaissezfaire committed Aug 11, 2010
1 parent 7a50b81 commit 985651d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/slugify/version.rb
Expand Up @@ -2,7 +2,7 @@ module Slugify
module Version
MAJOR = 0
MINOR = 1
TINY = 3
TINY = 4

STRING = "#{MAJOR}.#{MINOR}.#{TINY}"
end
Expand Down
4 changes: 2 additions & 2 deletions spec/slugify/version_spec.rb
Expand Up @@ -2,8 +2,8 @@

module Slugify
describe VERSION do
it "should be at 0.1.3" do
Slugify::VERSION.should == "0.1.3"
it "should be at 0.1.4" do
Slugify::VERSION.should == "0.1.4"
end
end
end

0 comments on commit 985651d

Please sign in to comment.