Skip to content

Commit d6e8058

Browse files
author
Sjoerd Tieleman
committed
Version bump
1 parent 44584a5 commit d6e8058

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## codem-isoboxer 0.3.4 (2017/06/16) ##
2+
3+
* Renamed `--no-write` to `--no-writing` to prevent naming clash
4+
15
## codem-isoboxer 0.3.3 (2017/05/05) ##
26

37
* fallback for browsers that don't support `Uint8Array.from` (@bbert)

dist/iso_boxer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! codem-isoboxer v0.3.3 https://github.com/madebyhiro/codem-isoboxer/blob/master/LICENSE.txt */
1+
/*! codem-isoboxer v0.3.4 https://github.com/madebyhiro/codem-isoboxer/blob/master/LICENSE.txt */
22
var ISOBoxer = {};
33

44
ISOBoxer.parseBuffer = function(arrayBuffer) {

0 commit comments

Comments
 (0)