diff --git a/Gemfile.lock b/Gemfile.lock index 933fe40..95b5f17 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - remocon (0.4.0) + remocon (0.4.1) activesupport googleauth thor diff --git a/lib/remocon/version.rb b/lib/remocon/version.rb index dbd8e63..3db04c6 100644 --- a/lib/remocon/version.rb +++ b/lib/remocon/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Remocon - VERSION = "0.4.0" + VERSION = "0.4.1" end