fix sizing

This commit is contained in:
zoe 2022-09-11 22:42:11 +02:00
parent 074f9c3c82
commit 1992182f27
1 changed files with 1 additions and 1 deletions

View File

@ -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";