We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13cd2c8 commit 4ce582eCopy full SHA for 4ce582e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "lama-app",
3
- "version": "1.2.1",
+ "version": "1.10.2",
4
"description": "Lippesola Administation und Mitarbeiter Anmeldung",
5
"productName": "LAMA",
6
"author": "Micha Preußer",
src/boot/changelog.js
@@ -1,7 +1,10 @@
import { boot } from "quasar/wrappers";
-const version = "v1.10.1";
+const version = "v1.10.2";
const changelog = {
+ "v1.10.2": [
+ "Zeige von Element importierte Profilbilder korrekt an",
7
+ ],
8
"v1.10.1": [
9
"Kleine Fehlerbehebungen",
10
],
0 commit comments