From 23ab634f7a14ae0ac361da766ad77b3f64963a52 Mon Sep 17 00:00:00 2001 From: Andrew Dillon Date: Sun, 16 Dec 2018 10:52:09 -0600 Subject: [PATCH] Bump version to 0.5.0 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e059eac6..92c6d70c2 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ API documentation is available [here](https://github.com/Hopding/pdf-lib/tree/ma * [`pdfmake`](https://github.com/bpampuch/pdfmake) is a PDF generation library for the browser. * [`hummus`](https://github.com/galkahana/HummusJS) is a PDF generation and modification library for Node environments. `hummus` is a Node wrapper around a [C++ library](https://github.com/galkahana/PDF-Writer). * [`react-native-pdf-lib`](https://github.com/Hopding/react-native-pdf-lib) is a PDF generation and modification library for React Native environments. `react-native-pdf-lib` is a wrapper around [C++](https://github.com/galkahana/PDF-Writer) and [Java](https://github.com/TomRoush/PdfBox-Android) libraries. -* [`pdfassembler`](https://github.com/DevelopingMagic/pdfassembler) is a PDF generation and modification library for Node and the browser. It requires some knowledge about the logical structure of PDF document to use. +* [`pdfassembler`](https://github.com/DevelopingMagic/pdfassembler) is a PDF generation and modification library for Node and the browser. It requires some knowledge about the logical structure of PDF documents to use. ## License [MIT](https://choosealicense.com/licenses/mit/) diff --git a/package.json b/package.json index 756200c95..de0299b4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdf-lib", - "version": "0.4.1", + "version": "0.5.0", "description": "Library for creating and modifying PDF files in JavaScript", "main": "lib/index.js", "unpkg": "dist/pdf-lib.js",