diff --git a/Gemfile.lock b/Gemfile.lock index 1900f34..df17362 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - icasework (0.1.1) + icasework (0.1.2) activesupport (>= 4.0.0) jwt (~> 2.2.0) nokogiri (~> 1.0) diff --git a/lib/icasework/version.rb b/lib/icasework/version.rb index 5cdd333..7a7b2c9 100644 --- a/lib/icasework/version.rb +++ b/lib/icasework/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Icasework - VERSION = '0.1.1' + VERSION = '0.1.2' end