diff --git a/ovos_stt_plugin_chromium/version.py b/ovos_stt_plugin_chromium/version.py index 3b4f9fe..de067f2 100644 --- a/ovos_stt_plugin_chromium/version.py +++ b/ovos_stt_plugin_chromium/version.py @@ -1,7 +1,7 @@ # The following lines are replaced during the release process. # START_VERSION_BLOCK VERSION_MAJOR = 0 -VERSION_MINOR = 0 -VERSION_BUILD = 1 +VERSION_MINOR = 1 +VERSION_BUILD = 5 VERSION_ALPHA = 0 # END_VERSION_BLOCK