Skip to content

Commit

Permalink
Typo is fixed (#2)
Browse files Browse the repository at this point in the history
* Fixes #1

* Changing version number
  • Loading branch information
aiyu-ayaan authored Jun 6, 2024
1 parent 737817f commit 4ec6706
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tts-engine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ afterEvaluate {

groupId = 'com.github.aiyu-ayaan'
artifactId = 'tts_engine'
version = '1.0.0'
version = '1.0.1'
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class TextToSpeechEngine private constructor() {
onHighlightListener?.invoke(start, end)
},
onDone = {
onStartListener?.invoke()
onDoneListener?.invoke()
}
)
speak(message)
Expand Down

1 comment on commit 4ec6706

@moisesaq
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏🏽

Please sign in to comment.