From 28ace998a44b611273b6d83b76ab4632047ca9ba Mon Sep 17 00:00:00 2001 From: Ilya Rogov Date: Mon, 19 May 2014 08:22:28 +0400 Subject: [PATCH] v0.0.2 --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd787b4..2fb88ea 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,9 @@ xsltproc.transform('stylesheet.xsl', 'data.xml', { ``` ## Release History + +- **v0.0.2**: + - update packages - **v0.0.1**: - initial release diff --git a/package.json b/package.json index 8de9462..807bbf6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xsltproc", - "version": "0.0.1", + "version": "0.0.2", "description": "Wrapper for xsltproc.", "homepage": "https://github.com/ilyar/xsltproc", "bugs": "https://github.com/ilyar/xsltproc/issues",