From a1e7ed31c4922948900c7306a6db198031267dbf Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Thu, 18 Feb 2021 16:05:24 -0500 Subject: [PATCH] docs --- README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 95e5904..47ace08 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ An example of using the client to perform live control to play a whisper prompt ### Example -See [here]() for a full-featured example application built using this API. +See [here](https://github.com/jambonz/jambonz-node-example-app) for a full-featured example application built using this API. ### Status This project is under active development and is currently very much pre-beta. diff --git a/package-lock.json b/package-lock.json index cd54e61..69c1aba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@jambonz/node-client", - "version": "0.0.2", + "version": "0.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f145a2e..6201409 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jambonz/node-client", - "version": "0.0.3", + "version": "0.0.4", "description": "", "main": "lib/index.js", "scripts": {