From fe30173825457b7aa4fb50c77fed487963b058ae Mon Sep 17 00:00:00 2001 From: Anderson Date: Fri, 19 Jul 2013 15:43:22 -0300 Subject: [PATCH] Releasing 0.3.15 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1a5a94..a0a2ed7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Incremental utilities for NodeJS File System API. [![Build Status](https://secure.travis-ci.org/serpentem/fs-util.png)](http://travis-ci.org/serpentem/fs-util) [![Dependency Status](https://gemnasium.com/serpentem/fs-util.png)](https://gemnasium.com/serpentem/fs-util) -> Version 0.3.14 +> Version 0.3.15 # Compatibility diff --git a/package.json b/package.json index 216cfa4..ce9fa6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fs-util", - "version": "0.3.14", + "version": "0.3.15", "author": "Anderson Arboleya ", "description": "Incremental utilities for NodeJS File System API.", "keywords": [ "fs", "util" ],