Skip to content

Commit 5d08d2d

Browse files
committed
Change version
1 parent 1a09a4a commit 5d08d2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai-chat",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

src/components/AppAbout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const appStore = useAppStore();
1212
</template>
1313
<template #body>
1414
<pre class="whitespace-pre-wrap text-xs">
15-
<b>AI Chat 1.0</b>
15+
<b>AI Chat 1.1</b>
1616

1717
Source code, additional information and contact:
1818
<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

Comments
 (0)