Skip to content

Commit

Permalink
Patch for slices of slices of Bytes
Browse files Browse the repository at this point in the history
Wasn't taking buffer.byteOffset into account on slices from a buffer,
so if there was a 2nd round of slices (slices of slices) it would not
work before.
  • Loading branch information
evancz committed Feb 11, 2019
1 parent 9827bfd commit 2bce2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "elm/bytes",
"summary": "Work with sequences of bytes (a.k.a. ArrayBuffer, typed arrays, DataView)",
"license": "BSD-3-Clause",
"version": "1.0.7",
"version": "1.0.8",
"exposed-modules": [
"Bytes",
"Bytes.Encode",
Expand Down

0 comments on commit 2bce2ae

Please sign in to comment.