diff --git a/Gemfile.lock b/Gemfile.lock index c75cf44..d743f2f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - bin_packing (0.0.1) + bin_packing (0.1.0) GEM remote: https://rubygems.org/ @@ -27,3 +27,6 @@ PLATFORMS DEPENDENCIES bin_packing! rspec (~> 3.0, >= 3.0.0) + +BUNDLED WITH + 1.16.6 diff --git a/lib/bin_packing/version.rb b/lib/bin_packing/version.rb index a9801a3..439e2d2 100644 --- a/lib/bin_packing/version.rb +++ b/lib/bin_packing/version.rb @@ -1,3 +1,3 @@ module BinPacking - VERSION = '0.0.1' + VERSION = '0.1.0' end