Skip to content

Commit

Permalink
Merge pull request #19 from nextcloud/release/3.0.2
Browse files Browse the repository at this point in the history
chore: prepare 3.0.2 release
  • Loading branch information
edward-ly authored Jan 30, 2025
2 parents 4e99734 + cb6abf2 commit 14df941
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .run/AssistantTalkBot.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<env name="APP_ID" value="talk_bot_ai" />
<env name="APP_PORT" value="10034" />
<env name="APP_SECRET" value="12345" />
<env name="APP_VERSION" value="3.0.1" />
<env name="APP_VERSION" value="3.0.2" />
<env name="NEXTCLOUD_URL" value="http://stable30.local" />
<env name="PYTHONUNBUFFERED" value="1" />
</envs>
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The bot is capable of answering questions in chat depending on the model set by
**The [`AppAPI`](https://github.com/nextcloud/app_api) application needs to be enabled to install and use this bot.**
]]></description>
<version>3.0.1</version>
<version>3.0.2</version>
<licence>MIT</licence>
<author mail="[email protected]" homepage="https://github.com/andrey18106">Andrey Borysenko</author>
<author mail="[email protected]" homepage="https://github.com/bigcat88">Alexander Piskun</author>
Expand All @@ -29,7 +29,7 @@ The bot is capable of answering questions in chat depending on the model set by
<docker-install>
<registry>ghcr.io</registry>
<image>nextcloud/talk_bot_ai</image>
<image-tag>3.0.1</image-tag>
<image-tag>3.0.2</image-tag>
</docker-install>
</external-app>
</info>

0 comments on commit 14df941

Please sign in to comment.