diff --git a/README.md b/README.md index a3486aa..307694b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ and [node.js](https://nodejs.org) with various output formats. [![GitHub](https://img.shields.io/github/license/vane/pdf-gold-digger)](https://github.com/vane/pdf-gold-digger/blob/master/LICENSE) [![npm](https://img.shields.io/npm/v/pdf-gold-digger)](https://npmjs.com/package/pdf-gold-digger) -[![GitHub commits since tagged version](https://img.shields.io/github/commits-since/vane/pdf-gold-digger/0.0.9)](https://github.com/vane/pdf-gold-digger/compare/0.0.9...master) +[![GitHub commits since tagged version](https://img.shields.io/github/commits-since/vane/pdf-gold-digger/0.1.1)](https://github.com/vane/pdf-gold-digger/compare/0.1.1...master) [![GitHub last commit](https://img.shields.io/github/last-commit/vane/pdf-gold-digger)](https://github.com/vane/pdf-gold-digger) [![doc](https://vane.pl/pdf-gold-digger/badge.svg)](https://vane.pl/pdf-gold-digger/) diff --git a/package.json b/package.json index aaa0a03..9ef38e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdf-gold-digger", - "version": "0.0.9", + "version": "0.1.1", "description": "Extract information from pdf using pdf.js and node.js", "author": "Michal Szczepanski ", "main": "gd.js",