Skip to content

Commit

Permalink
Bumped to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjoerd Tieleman committed Jun 2, 2015
1 parent 0b99fac commit 0448df2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## codem-isoboxer 0.1.0 (2015/06/02) ##

* Improved performance for `fetch` function

## codem-isoboxer 0.0.6 (2015/05/13) ##

* Basic support for incomplete buffers (flagged with `_incomplete` property)
Expand Down
2 changes: 1 addition & 1 deletion dist/iso_boxer.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! codem-isoboxer v0.0.6 https://github.com/madebyhiro/codem-isoboxer/blob/master/LICENSE.txt */
/*! codem-isoboxer v0.1.0 https://github.com/madebyhiro/codem-isoboxer/blob/master/LICENSE.txt */
var ISOBoxer = ISOBoxer || {};

ISOBoxer.Cursor = function(initialOffset) {
Expand Down
2 changes: 1 addition & 1 deletion dist/iso_boxer.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codem-isoboxer",
"version": "0.0.6",
"version": "0.1.0",
"description": "Browser-based MPEG-4 (ISOBMFF) file/box parsing.",
"keywords": [
"mp4", "mpeg-4", "mpeg4", "isobmff", "parser"
Expand Down

0 comments on commit 0448df2

Please sign in to comment.