From 2bce2aeda4ef18c3dcccd84084647d22a7af36a6 Mon Sep 17 00:00:00 2001 From: Evan Czaplicki Date: Mon, 11 Feb 2019 15:23:09 -0500 Subject: [PATCH] Patch for slices of slices of Bytes 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. --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index d65bf01..c42f556 100644 --- a/elm.json +++ b/elm.json @@ -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",