Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed May 13, 2024
1 parent ce5c282 commit 5bba32a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2 .
docker buildx build --push --platform linux/amd64,linux/arm64/v8 --tag ghcr.io/nextcloud/stt_whisper2:1.1.3 .

.PHONY: deploy
deploy:
Expand Down
4 changes: 2 additions & 2 deletions 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.2</version>
<version>1.1.3</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 All @@ -23,7 +23,7 @@
<docker-install>
<registry>ghcr.io</registry>
<image>nextcloud/stt_whisper2</image>
<image-tag>1.1.2</image-tag>
<image-tag>1.1.23</image-tag>
</docker-install>
<scopes>
<value>AI_PROVIDERS</value>
Expand Down

0 comments on commit 5bba32a

Please sign in to comment.