diff --git a/Makefile b/Makefile
index 1d6b1a4..01952dc 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ download-models:
.PHONY: build-push
build-push:
docker login ghcr.io
- docker buildx build --push --platform linux/amd64,linux/arm64/v8 --tag ghcr.io/nextcloud/stt_whisper2:1.1.0 .
+ docker buildx build --push --platform linux/amd64,linux/arm64/v8 --tag ghcr.io/nextcloud/stt_whisper2:1.1.1 .
.PHONY: deploy
deploy:
diff --git a/appinfo/info.xml b/appinfo/info.xml
index d9444b4..876f284 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,7 +7,7 @@
- 1.1.0
+ 1.1.1
MIT
Marcel Klehr
Alexander Piskun