Skip to content

Commit ee8859d

Browse files
committed
Change version
1 parent f759227 commit ee8859d

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.1.0",
3+
"version": "1.2.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
@@ -14,7 +14,7 @@ const appStore = useAppStore();
1414
<div class="flex">
1515
<div><img src="/icon-512.png" alt="Logo"/></div>
1616
<div class="ml-5"><pre class="text-xs">
17-
<b>AI Chat 1.1</b>
17+
<b>AI Chat 1.2</b>
1818

1919
Source code, additional information and contact:
2020
<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)