We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae996e commit 5939b5cCopy full SHA for 5939b5c
lib/screens/SettingsScreen.dart
@@ -65,7 +65,7 @@ class SettingsScreenState extends State<SettingsScreen>
65
with SingleTickerProviderStateMixin {
66
final SettingsService _settingsService = SettingsService();
67
final CrawlerService _crawlerService = CrawlerService();
68
- static const String _appVersion = 'Version: 2025.05.02';
+ static const String _appVersion = 'Version: 2025.05.03';
69
bool isDarkMode = false;
70
String? currentServer;
71
double textSize = 16.0;
pubspec.yaml
@@ -1,7 +1,7 @@
1
name: docln
2
description: "Light Novel Reader written in Flutter (for Android and iOS)"
3
publish_to: 'none'
4
-version: 2025.05.02
+version: 2025.05.03
5
6
environment:
7
sdk: ^3.7.2
0 commit comments