Skip to content

Commit

Permalink
Bump up version.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Nov 5, 2012
1 parent 0223031 commit 6249c60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
kitabu (1.0.0) kitabu (1.0.1)
RedCloth RedCloth
activesupport activesupport
coderay coderay
Expand Down
2 changes: 1 addition & 1 deletion lib/kitabu/version.rb
Expand Up @@ -2,7 +2,7 @@ module Kitabu
module Version module Version
MAJOR = 1 MAJOR = 1
MINOR = 0 MINOR = 0
PATCH = 0 PATCH = 1
STRING = "#{MAJOR}.#{MINOR}.#{PATCH}" STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
end end
end end

0 comments on commit 6249c60

Please sign in to comment.