We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f18507 commit 671b947Copy full SHA for 671b947
src/boot/changelog.js
@@ -1,7 +1,10 @@
1
import { boot } from "quasar/wrappers";
2
3
-const version = "v1.9.2";
+const version = "v1.9.3";
4
const changelog = {
5
+ "v1.9.3": [
6
+ "Erlaubt die Gruppe der MA in der erweiterten Nutzerliste anzuzeigen",
7
+ ],
8
"v1.9.2": [
9
"Behebung, dass die Sortierung in der MA-Liste mit Umlauten nicht funktioniert hat",
10
],
0 commit comments