set version to 3

This commit is contained in:
zoe 2022-09-06 12:08:27 +02:00
parent 374c129adc
commit a336e197b5
1 changed files with 2 additions and 2 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.2 'the themes update'";
const String version = "v0.3 'the profiles update'";
const String useragent = "$name/$version";
const String website = "https://git.kittycat.homes/zoe/loris";
@ -20,7 +20,7 @@ const List<String> bad = [
"poa.st",
"gleasonator.com",
"shitposter.club",
"freespeechextremist.com"
"freespeechextremist.com",
];
double getWidth(context) {