From ca47f1433e0cd7c7d019cc3802461933a273832f Mon Sep 17 00:00:00 2001 From: Takashi Masuda Date: Tue, 22 Mar 2016 00:39:19 +0900 Subject: [PATCH] Bump version to 1.1.1 --- Gemfile.lock | 2 +- lib/github/nippou/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f61ea98..f2e1b3d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - github-nippou (1.1.0) + github-nippou (1.1.1) octokit thor diff --git a/lib/github/nippou/version.rb b/lib/github/nippou/version.rb index 5f3eea6..b8ef5cb 100644 --- a/lib/github/nippou/version.rb +++ b/lib/github/nippou/version.rb @@ -1,5 +1,5 @@ module Github module Nippou - VERSION = '1.1.0' + VERSION = '1.1.1' end end