From 1992182f27d486d2442fd691f17b616bad7c277e Mon Sep 17 00:00:00 2001 From: zoe Date: Sun, 11 Sep 2022 22:42:11 +0200 Subject: [PATCH] fix sizing --- lib/global.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/global.dart b/lib/global.dart index db225dd..1b7d563 100644 --- a/lib/global.dart +++ b/lib/global.dart @@ -3,7 +3,7 @@ import 'package:flutter/material.dart'; import 'package:loris/business_logic/settings.dart'; const String name = "loris"; -const String version = "v0.3 'the profiles update'"; +const String version = "v0.4 'the posts update'"; const String useragent = "$name/$version"; const String website = "https://git.kittycat.homes/zoe/loris";