Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aslamhus committed Feb 10, 2024
1 parent 765cbab commit 0a493c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rectanglepacker",
"version": "1.0.0",
"version": "2.0.0",
"description": "heuristic algorithm for efficiently packing rectangles of a fixed aspect ratio into a defined space, addressing the NP-hard bin packing problem through iterative adjustment of tile sizes and arrangement.",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 0a493c9

Please sign in to comment.