Skip to content

Commit 4ce582e

Browse files
committed
Release v1.10.2
1 parent 13cd2c8 commit 4ce582e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-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": "lama-app",
3-
"version": "1.2.1",
3+
"version": "1.10.2",
44
"description": "Lippesola Administation und Mitarbeiter Anmeldung",
55
"productName": "LAMA",
66
"author": "Micha Preußer",

src/boot/changelog.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
import { boot } from "quasar/wrappers";
22

3-
const version = "v1.10.1";
3+
const version = "v1.10.2";
44
const changelog = {
5+
"v1.10.2": [
6+
"Zeige von Element importierte Profilbilder korrekt an",
7+
],
58
"v1.10.1": [
69
"Kleine Fehlerbehebungen",
710
],

0 commit comments

Comments
 (0)