change version name

This commit is contained in:
zoe 2022-09-03 00:42:03 +02:00
parent bd2c192b45
commit cda12adce4
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import 'package:flutter/material.dart';
import 'package:loris/business_logic/settings.dart';
const String name = "loris";
const String version = "v0.1.1 'the themes update'";
const String version = "v0.2 'the themes update'";
const String useragent = "$name/$version";
const String website = "https://git.kittycat.homes/zoe/loris";