Skip to content

Commit

Permalink
bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
afaundez committed Feb 12, 2018
1 parent d3c32cd commit 3c0d203
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
jekyll-haml-markup (0.1.1)
jekyll-haml-markup (0.1.2)
haml (~> 5.0)
jekyll (~> 3.7)
liquid (~> 4.0)
Expand All @@ -17,13 +17,13 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.5)
ffi (1.9.18)
ffi (1.9.21)
forwardable-extended (2.6.0)
haml (5.0.4)
temple (>= 0.8.0)
tilt
http_parser.rb (0.6.0)
i18n (0.9.3)
i18n (0.9.4)
concurrent-ruby (~> 1.0)
jekyll (3.7.2)
addressable (~> 2.4)
Expand All @@ -38,7 +38,7 @@ GEM
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
jekyll-sass-converter (1.5.1)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-watch (2.0.0)
listen (~> 3.0)
Expand All @@ -55,7 +55,7 @@ GEM
mini_portile2 (~> 2.3.0)
pathutil (0.16.1)
forwardable-extended (~> 2.6)
public_suffix (3.0.1)
public_suffix (3.0.2)
rake (10.5.0)
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll/haml/markup/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Jekyll
module Haml
module Markup
VERSION = '0.1.1'
VERSION = '0.1.2'
end
end
end

0 comments on commit 3c0d203

Please sign in to comment.