Skip to content

Commit e49c8e2

Browse files
committed
Publish
- tts-cli@4.0.0 - web-tts@0.2.3
1 parent 41bd212 commit e49c8e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/tts-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tts-cli",
3-
"version": "3.0.2",
3+
"version": "4.0.0",
44
"description": "Command-line tool to convert text to speech",
55
"bin": {
66
"tts": "./tts.js"

packages/web-tts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-tts",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Convert webpages to audio speech",
55
"main": "dist/index.js",
66
"bin": {
@@ -38,7 +38,7 @@
3838
"minimist": "^1.2.5",
3939
"puppeteer": "^5.2.1",
4040
"tempy": "^0.6.0",
41-
"tts-cli": "^3.0.2"
41+
"tts-cli": "^4.0.0"
4242
},
4343
"devDependencies": {
4444
"@types/js-yaml": "^3.12.5",

0 commit comments

Comments
 (0)