diff --git a/Gemfile.lock b/Gemfile.lock index 8821737..143b5ab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - sublayer (0.2.0) + sublayer (0.2.1) activesupport colorize httparty diff --git a/lib/sublayer/version.rb b/lib/sublayer/version.rb index 53162a6..de39d6b 100644 --- a/lib/sublayer/version.rb +++ b/lib/sublayer/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Sublayer - VERSION = "0.2.0" + VERSION = "0.2.1" end