diff --git a/Gemfile.lock b/Gemfile.lock index 4ebc7bb..42415cd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rubysky (0.1.0) + rubysky (0.2.1) jwt (~> 2.9) GEM diff --git a/lib/rubysky/version.rb b/lib/rubysky/version.rb index f02d5c0..91bd9e7 100644 --- a/lib/rubysky/version.rb +++ b/lib/rubysky/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RubySky - VERSION = "0.2.0" + VERSION = "0.2.1" end