From 0267214cbaceb532c48253b82e16f40c9bc7e6b6 Mon Sep 17 00:00:00 2001 From: zoe Date: Sat, 1 Oct 2022 19:15:07 +0200 Subject: [PATCH] the halloween update --- lib/global.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/global.dart b/lib/global.dart index baaf77a..01fa46e 100644 --- a/lib/global.dart +++ b/lib/global.dart @@ -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"; diff --git a/pubspec.yaml b/pubspec.yaml index 23c23a6..02dc9d2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"