From 81a5ea9803b498a8fbd2fe4e6c0c6115a3110618 Mon Sep 17 00:00:00 2001 From: Connor Mahaffey Date: Wed, 9 Aug 2023 22:51:01 -0400 Subject: [PATCH] Update supported versions. Update contributors. --- README.md | 2 +- src/ui/app.slint | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f48461d..52f2854 100644 --- a/README.md +++ b/README.md @@ -56,4 +56,4 @@ There are currently 5 settings you can toggle to alter the default LASIM experie | LASIM Version | LASIM Profile Version | Supported Lemmy BE Version(s) | | ------------- | --------------------- | --------------------------------- | | 0.1.\* | 1 | 0.18.1 (rc.9+), 0.18.2 | -| 0.2.\* | 2 | 0.18.3 | +| 0.2.\* | 2 | 0.18.3, 0.18.4 | diff --git a/src/ui/app.slint b/src/ui/app.slint index cfbdf03..abd2cce 100644 --- a/src/ui/app.slint +++ b/src/ui/app.slint @@ -82,6 +82,9 @@ export component App inherits Window { Text { text: "@aidandenlinger"; } + Text { + text: "Andy Kittner"; + } } } }