bump version

This commit is contained in:
Dave Horton
2023-02-15 09:30:35 -05:00
parent fcf2a80454
commit 066b5609a6
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "@jambonz/node-client", "name": "@jambonz/node-client",
"version": "0.3.39", "version": "0.3.40",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@jambonz/node-client", "name": "@jambonz/node-client",
"version": "0.3.39", "version": "0.3.40",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@jambonz/verb-specifications": "^0.0.3", "@jambonz/verb-specifications": "^0.0.3",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@jambonz/node-client", "name": "@jambonz/node-client",
"version": "0.3.39", "version": "0.3.40",
"description": "Node.js client for building jambonz applications (jambonz.org)", "description": "Node.js client for building jambonz applications (jambonz.org)",
"main": "lib/index.js", "main": "lib/index.js",
"scripts": { "scripts": {