Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phroggster committed Jun 1, 2024
1 parent 9140285 commit e2dc824
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "google-cloud-tts-revised",
"scriptOutputName": "googleCloudTtsRevised",
"version": "0.2.0",
"version": "0.2.1",
"description": "Adds Google Cloud Services integration, and a higher-quality TTS effect utilizing it to Firebot",
"main": "",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const script: Firebot.CustomScript = {
name: "Google Cloud TTS Effect",
description: "Adds the Google Cloud TTS effect",
author: "phroggie, heyaapl",
version: "0.2.0",
version: "0.2.1",
firebotVersion: "5",
startupOnly: true,
website: "https://github.com/phroggster/firebot-google-cloud-tts"
Expand Down

0 comments on commit e2dc824

Please sign in to comment.