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 1a09a4a commit 5d08d2dCopy full SHA for 5d08d2d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ai-chat",
3
- "version": "1.0.0",
+ "version": "1.1.0",
4
"private": true,
5
"type": "module",
6
"scripts": {
src/components/AppAbout.vue
@@ -12,7 +12,7 @@ const appStore = useAppStore();
12
</template>
13
<template #body>
14
<pre class="whitespace-pre-wrap text-xs">
15
-<b>AI Chat 1.0</b>
+<b>AI Chat 1.1</b>
16
17
Source code, additional information and contact:
18
<a href="https://github.com/ksdev-pl/ai-chat" class="hover:text-blue-600">https://github.com/ksdev-pl/ai-chat</a>
0 commit comments