From 4a6ac988c8e3180265a332881323363d7e530b9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Pacana?= Date: Wed, 18 Mar 2020 23:06:12 +0100 Subject: [PATCH] Bump. --- Gemfile.lock | 2 +- lib/nanoc/github/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f287b6b..0d10eab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - nanoc-github (1.0.0) + nanoc-github (1.0.1) concurrent-ruby (>= 1.1.6, < 2.0) nanoc (~> 4.0) octokit (~> 4.0) diff --git a/lib/nanoc/github/version.rb b/lib/nanoc/github/version.rb index 52321fa..daf64a5 100644 --- a/lib/nanoc/github/version.rb +++ b/lib/nanoc/github/version.rb @@ -1,5 +1,5 @@ module Nanoc module Github - VERSION = "1.0.0" + VERSION = "1.0.1" end end