diff --git a/Gemfile.lock b/Gemfile.lock index 20a2f8b..d8e7b39 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - remocon (0.3.0) + remocon (0.3.1) activesupport googleauth thor diff --git a/lib/remocon/version.rb b/lib/remocon/version.rb index 3f1c57a..b4ab2b7 100644 --- a/lib/remocon/version.rb +++ b/lib/remocon/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Remocon - VERSION = "0.3.0" + VERSION = "0.3.1" end