Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dbashford committed Aug 11, 2015
1 parent b33f0c1 commit 5cc50dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ textract.fromUrl(url, config, function( error, text ) {})

## Release Notes

### 1.0.4
* [#52](https://github.com/dbashford/textract/issues/52). PR fixed CLI post big API changes.

### 1.0.3
* [#51](https://github.com/dbashford/textract/issues/51). Fixed issue with large files using unzip returning blank string.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "textract",
"version": "1.0.3",
"version": "1.0.4",
"homepage": "https://github.com/dbashford/textract",
"author": "David Bashford",
"description": "Extracting text from files of various type including html, pdf, doc, docx, xls, xlsx, pptx, png, jpg, gif, rtf, text/*, and various open office.",
Expand Down

0 comments on commit 5cc50dd

Please sign in to comment.