bump version

This commit is contained in:
Dave Horton
2023-03-15 08:52:57 -04:00
parent 17305325ff
commit 46127bb763
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@jambonz/speech-utils",
"version": "0.0.2",
"version": "0.0.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@jambonz/speech-utils",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-polly": "^3.276.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@jambonz/speech-utils",
"version": "0.0.2",
"version": "0.0.3",
"description": "TTS-related speech utilities for jambonz",
"main": "index.js",
"author": "Dave Horton",