diff --git a/README.md b/README.md index 13b6bdc4..9deb1f85 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,4 @@ Recognition works with most popular microphones (preferably 16kHz, 16-bit). For Please note using the search engine functionality does not work on Windows machines at this time. -For background information, check out [this presentation](https://speakerdeck.com/breandan/speech-recognition-in-java-1). +For background information, check out [this presentation](https://speakerdeck.com/breandan/programming-java-by-voice). diff --git a/build.gradle b/build.gradle index b6864c09..ed713471 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ intellij { } group 'com.jetbrains' -version '1.2.3' +version '1.3' repositories { mavenCentral()