diff --git a/lib/global.dart b/lib/global.dart index 4c5cd5b..2a155e2 100644 --- a/lib/global.dart +++ b/lib/global.dart @@ -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";