summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-01-29 14:53:17 -0700
committermo khan <mo.khan@gmail.com>2020-01-29 14:53:17 -0700
commitace6826517ed4bb2c55cb6db37d8ea92ebead1a4 (patch)
tree878d11477a3d3e91bb34709ecb836748ddf4760c
parentac728cf25fae3dadd7da1fea1f16ab6c9136d1ce (diff)
Bump version
-rw-r--r--Gemfile.lock6
-rw-r--r--lib/license/management/version.rb2
2 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index bddd908..85a4db1 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- license-management (2.4.1)
+ license-management (2.4.2)
license_finder (~> 5.11)
net-hippie (~> 0.3)
@@ -20,7 +20,7 @@ GEM
toml (= 0.2.0)
with_env (= 1.1.0)
xml-simple
- net-hippie (0.3.1)
+ net-hippie (0.3.2)
parslet (1.8.2)
public_suffix (4.0.3)
rspec (3.9.0)
@@ -36,7 +36,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
- rubyzip (2.0.0)
+ rubyzip (2.1.0)
thor (1.0.1)
toml (0.2.0)
parslet (~> 1.8.0)
diff --git a/lib/license/management/version.rb b/lib/license/management/version.rb
index b1dcf4f..e4893d1 100644
--- a/lib/license/management/version.rb
+++ b/lib/license/management/version.rb
@@ -2,6 +2,6 @@
module License
module Management
- VERSION = '2.4.1'
+ VERSION = '2.4.2'
end
end