diff --git a/Gemfile.lock b/Gemfile.lock index 71017b9..d93131c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - kitabu (1.0.2) + kitabu (1.0.3) RedCloth activesupport coderay @@ -13,7 +13,7 @@ PATH thor GEM - remote: http://rubygems.org/ + remote: https://rubygems.org/ specs: RedCloth (4.2.9) activesupport (3.2.12) diff --git a/lib/kitabu/version.rb b/lib/kitabu/version.rb index 3eeb5b1..062c5d9 100644 --- a/lib/kitabu/version.rb +++ b/lib/kitabu/version.rb @@ -2,7 +2,7 @@ module Kitabu module Version MAJOR = 1 MINOR = 0 - PATCH = 2 + PATCH = 3 STRING = "#{MAJOR}.#{MINOR}.#{PATCH}" end end