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 9, 2013
1 parent 21004a1 commit 9bc4972
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
kitabu (1.0.2)
kitabu (1.0.3)
RedCloth
activesupport
coderay
Expand All @@ -13,7 +13,7 @@ PATH
thor

GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
RedCloth (4.2.9)
activesupport (3.2.12)
Expand Down
2 changes: 1 addition & 1 deletion lib/kitabu/version.rb
Expand Up @@ -2,7 +2,7 @@ module Kitabu
module Version
MAJOR = 1
MINOR = 0
PATCH = 2
PATCH = 3
STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
end
end

0 comments on commit 9bc4972

Please sign in to comment.