the halloween update

This commit is contained in:
zoe 2022-10-01 19:15:07 +02:00
parent 52151dab7c
commit 0267214cba
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import 'package:loris/business_logic/settings.dart';
import 'themes/themes.dart' as themes;
const String name = "loris";
const String version = "v0.4 'the posts update'";
const String version = "v0.5 'the halloween update'";
const String useragent = "$name/$version";
const String website = "https://git.kittycat.homes/zoe/loris";

View File

@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.1.0+1
version: 0.5.0+1
environment:
sdk: ">=2.17.3 <3.0.0"