diff --git a/README.md b/README.md index 85a36acd..93b0ce05 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# BrowserFS v1.4.2 +# BrowserFS v1.4.3 > BrowserFS is an in-browser file system that emulates the [Node JS file system API](http://nodejs.org/api/fs.html) and supports storing and retrieving files from various backends. BrowserFS also integrates nicely into the Emscripten file system. [![Build Status](https://travis-ci.org/jvilk/BrowserFS.svg?branch=master)](https://travis-ci.org/jvilk/BrowserFS) diff --git a/package.json b/package.json index c6aa7b59..61be6d10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "browserfs", - "version": "1.4.2", + "version": "1.4.3", "description": "A filesystem in your browser!", "main": "dist/browserfs.js", "typings": "dist/browserfs",