From 45e4c5426a9090407dc1d210361c22ca83d8aa65 Mon Sep 17 00:00:00 2001 From: davidpkj Date: Sun, 5 Mar 2023 12:19:12 +0100 Subject: Update database, bump to version 1.6.1 --- lib/constants.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/constants.dart') diff --git a/lib/constants.dart b/lib/constants.dart index 4e570fd..e7816cf 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -1,6 +1,6 @@ import 'package:flutter/material.dart'; -const cVersion = "1.4.0"; +const cVersion = "1.6.1"; // Colors const cIconColor = Colors.white; -- cgit v1.2.3