Skip to content

Commit

Permalink
Bump up version.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Mar 31, 2013
1 parent 261f870 commit 609738c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
kitabu (1.0.3) kitabu (1.0.4)
RedCloth RedCloth
activesupport activesupport
coderay coderay
Expand Down
2 changes: 1 addition & 1 deletion lib/kitabu/version.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Kitabu
module Version module Version
MAJOR = 1 MAJOR = 1
MINOR = 0 MINOR = 0
PATCH = 3 PATCH = 4
STRING = "#{MAJOR}.#{MINOR}.#{PATCH}" STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
end end
end end

0 comments on commit 609738c

Please sign in to comment.