Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ebeigarts committed Oct 18, 2018
1 parent be186e0 commit a49d36c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
bin_packing (0.0.1)
bin_packing (0.1.0)

GEM
remote: https://rubygems.org/
Expand All @@ -27,3 +27,6 @@ PLATFORMS
DEPENDENCIES
bin_packing!
rspec (~> 3.0, >= 3.0.0)

BUNDLED WITH
1.16.6
2 changes: 1 addition & 1 deletion lib/bin_packing/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BinPacking
VERSION = '0.0.1'
VERSION = '0.1.0'
end

0 comments on commit a49d36c

Please sign in to comment.