Skip to content

Commit a330b9f

Browse files
committed
chore: bump minor version
Signed-off-by: Edward Ly <[email protected]>
1 parent 0b91512 commit a330b9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.run/AssistantTalkBot.run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<env name="APP_ID" value="talk_bot_ai" />
99
<env name="APP_PORT" value="10034" />
1010
<env name="APP_SECRET" value="12345" />
11-
<env name="APP_VERSION" value="3.0.2" />
11+
<env name="APP_VERSION" value="3.1.0" />
1212
<env name="NEXTCLOUD_URL" value="http://stable31.local" />
1313
<env name="PYTHONUNBUFFERED" value="1" />
1414
</envs>

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The bot is capable of answering questions in Nextcloud Talk chat conversations u
1111
1212
**The [`AppAPI`](https://apps.nextcloud.com/apps/app_api), [Nextcloud Talk](https://apps.nextcloud.com/apps/spreed), and [Nextcloud Assistant](https://apps.nextcloud.com/apps/assistant) apps needs to be enabled to install and use this bot.**
1313
]]></description>
14-
<version>3.0.2</version>
14+
<version>3.1.0</version>
1515
<licence>MIT</licence>
1616
<author mail="[email protected]" homepage="https://github.com/andrey18106">Andrey Borysenko</author>
1717
<author mail="[email protected]" homepage="https://github.com/bigcat88">Alexander Piskun</author>
@@ -30,7 +30,7 @@ The bot is capable of answering questions in Nextcloud Talk chat conversations u
3030
<docker-install>
3131
<registry>ghcr.io</registry>
3232
<image>nextcloud/talk_bot_ai</image>
33-
<image-tag>3.0.2</image-tag>
33+
<image-tag>3.1.0</image-tag>
3434
</docker-install>
3535
</external-app>
3636
</info>

0 commit comments

Comments
 (0)