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 f759227 commit ee8859dCopy full SHA for ee8859d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ai-chat",
3
- "version": "1.1.0",
+ "version": "1.2.0",
4
"private": true,
5
"type": "module",
6
"scripts": {
src/components/AppAbout.vue
@@ -14,7 +14,7 @@ const appStore = useAppStore();
14
<div class="flex">
15
<div><img src="/icon-512.png" alt="Logo"/></div>
16
<div class="ml-5"><pre class="text-xs">
17
-<b>AI Chat 1.1</b>
+<b>AI Chat 1.2</b>
18
19
Source code, additional information and contact:
20
<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