We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffbf2bf commit 05fb7a4Copy full SHA for 05fb7a4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "chat-agent-ui",
3
- "version": "0.3.0",
+ "version": "0.3.1",
4
"private": true,
5
"scripts": {
6
"dev": "next dev",
pom.xml
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.llmagentbuilder</groupId>
7
<artifactId>chat-agent-ui</artifactId>
8
- <version>0.3.0</version>
+ <version>0.3.1</version>
9
<name>LLM Agent Builder :: Chat Agent UI</name>
10
<description>LLM Agent Builder :: Chat Agent UI</description>
11
0 commit comments