Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Heikes committed Mar 17, 2022
1 parent d306d4c commit 8e3afdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/tts-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tts-cli",
"version": "3.0.0",
"version": "3.0.1",
"description": "Command-line tool to convert text to speech",
"bin": {
"tts": "./tts.js"
Expand Down
4 changes: 2 additions & 2 deletions packages/web-tts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-tts",
"version": "0.2.0",
"version": "0.2.1",
"description": "Convert webpages to audio speech",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"minimist": "^1.2.5",
"puppeteer": "^5.2.1",
"tempy": "^0.6.0",
"tts-cli": "^3.0.0"
"tts-cli": "^3.0.1"
},
"devDependencies": {
"@types/js-yaml": "^3.12.5",
Expand Down

0 comments on commit 8e3afdc

Please sign in to comment.