diff --git a/Gemfile.lock b/Gemfile.lock index 7a484bf..3224234 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - code0-license (0.1.0) + code0-license (0.1.1) GEM remote: https://rubygems.org/ diff --git a/lib/code0/license/version.rb b/lib/code0/license/version.rb index a19420c..fb89225 100644 --- a/lib/code0/license/version.rb +++ b/lib/code0/license/version.rb @@ -2,6 +2,6 @@ module Code0 class License - VERSION = "0.1.0" + VERSION = "0.1.1" end end