Skip to content

Commit

Permalink
Bump version to 1.1.1 and update CLI version to match
Browse files Browse the repository at this point in the history
  • Loading branch information
andresayac committed Oct 4, 2024
1 parent 4cd7a95 commit 960a3cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "afaya/edge-tts",
"description": "Edge TTS is a PHP package that allows access to the online text-to-speech service used by Microsoft Edge without the need for Microsoft Edge, Windows, or an API key.",
"version": "1.1.0",
"version": "1.1.1",
"type": "library",
"license": "GPL-3.0+",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/cli/edge-tts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use Symfony\Component\Console\Application;
use Afaya\EdgeTTS\Commands\SynthesizeCommand;
use Afaya\EdgeTTS\Commands\VoiceListCommand;

$application = new Application('Edge TTS CLI', '1.1.0');
$application = new Application('Edge TTS CLI', '1.1.1');

$application->addCommands([
new SynthesizeCommand(),
Expand Down

0 comments on commit 960a3cc

Please sign in to comment.