Merge branch 'dev'

This commit is contained in:
zarzet
2026-02-14 17:56:33 +07:00
30 changed files with 9592 additions and 191 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
/// App version and info constants
/// Update version here only - all other files will reference this
class AppInfo {
static const String version = '3.6.7';
static const String buildNumber = '81';
static const String version = '3.6.8';
static const String buildNumber = '82';
static const String fullVersion = '$version+$buildNumber';