Skip to content

Commit

Permalink
feat: version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andresayac committed Oct 2, 2024
1 parent 6f3cc8d commit 6406b67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "afaya/edge-tts",
"description": "Microsoft Edge's TTS",
"version": "1.0.1",
"version": "1.0.2",
"type": "library",
"license": "GPL-3.0+",
"repository": {
Expand All @@ -25,7 +25,7 @@
}
},
"bin": [
"src/edge-tts.php"
"src/edge-tts"
],
"minimum-stability": "stable",
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/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\CLI\SynthesizeCommand;
use Afaya\EdgeTTS\CLI\VoiceListCommand;

$application = new Application('Edge TTS CLI', '1.0.1');
$application = new Application('Edge TTS CLI', '1.0.2');

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

0 comments on commit 6406b67

Please sign in to comment.