diff --git a/README.md b/README.md index bf1bbdc..6556627 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,8 @@ NoFlo Base Runtime [![Build Status](https://travis-ci.org/noflo/noflo-runtime-ba ==== Base implementation of [FBP protocol](http://noflojs.org/documentation/protocol) for NoFlo. Used by libraries implementing different transports, like [noflo-runtime-websocket](https://github.com/noflo/noflo-runtime-websocket) and [noflo-runtime-postmessage](https://github.com/noflo/noflo-runtime-postmessage). + +## Changes + +* 0.9.3 (February 19th 2018) + - Improved error handling when starting a new network diff --git a/package.json b/package.json index 94476ed..2f08ac0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "noflo-runtime-base", "description": "Base library for building NoFlo runtimes", - "version": "0.9.2", + "version": "0.9.3", "author": { "name": "Henri Bergius", "email": "henri.bergius@iki.fi"