From 45012b15f97e960f1b8fdd558473b1f49eedb308 Mon Sep 17 00:00:00 2001 From: Gil Desmarais Date: Tue, 21 Apr 2020 19:06:22 +0200 Subject: [PATCH] chore: release v0.1.1 (#4) --- Gemfile.lock | 2 +- lib/jekyll-loading-lazy/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8ed2d5c..d73c66b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - jekyll-loading-lazy (0.1.0) + jekyll-loading-lazy (0.1.1) jekyll (>= 3.0, < 5.0) nokogiri (>= 1.10, < 2.0) diff --git a/lib/jekyll-loading-lazy/version.rb b/lib/jekyll-loading-lazy/version.rb index 64cd6af..6f0a87f 100644 --- a/lib/jekyll-loading-lazy/version.rb +++ b/lib/jekyll-loading-lazy/version.rb @@ -2,6 +2,6 @@ module Jekyll class LoadingLazy - VERSION = "0.1.0" + VERSION = "0.1.1" end end