From fba21dc00f63433137741751c8da2465b3546ef9 Mon Sep 17 00:00:00 2001 From: Jumpei Matsuda Date: Fri, 17 Aug 2018 02:33:45 +0900 Subject: [PATCH] Bump up version to 0.4.2 --- Gemfile.lock | 2 +- lib/remocon/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 95b5f17..c26dacf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - remocon (0.4.1) + remocon (0.4.2) activesupport googleauth thor diff --git a/lib/remocon/version.rb b/lib/remocon/version.rb index 3db04c6..99dc0a7 100644 --- a/lib/remocon/version.rb +++ b/lib/remocon/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Remocon - VERSION = "0.4.1" + VERSION = "0.4.2" end