Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Mar 28, 2024
1 parent 1d99888 commit 90d7bde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<![CDATA[
**Requires [`AppAPI`](https://github.com/cloud-py-api/app_api) to work.**
]]></description>
<version>1.1.0</version>
<version>1.1.1</version>
<licence>MIT</licence>
<author mail="[email protected]" homepage="https://github.com/marcelklehr">Marcel Klehr</author>
<author mail="[email protected]" homepage="https://github.com/bigcat88">Alexander Piskun</author>
Expand Down

0 comments on commit 90d7bde

Please sign in to comment.