From d4df463eae172e82ba1f0a921797d32b11a0cf82 Mon Sep 17 00:00:00 2001 From: AlexViquez Date: Tue, 28 Nov 2023 16:16:16 -0600 Subject: [PATCH 1/2] lets do it --- lib/src/banks.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/src/banks.dart b/lib/src/banks.dart index 8e1833e..b6d493e 100644 --- a/lib/src/banks.dart +++ b/lib/src/banks.dart @@ -42,6 +42,7 @@ const Map banks = { '688': '90688', '126': '40126', '680': '90680', + '723': '90723', '151': '40151', '616': '90616', '634': '90634', @@ -131,6 +132,7 @@ const Map bankNames = { '90688': 'Crediclub', '40126': 'Credit Suisse', '90680': 'Cristobal Colon', + '90723': 'Cuenca', '40151': 'Donde', '90616': 'Finamex', '90634': 'Fincomun', From 449795632529752b1eec153aec6aa1f04b63eca7 Mon Sep 17 00:00:00 2001 From: AlexViquez Date: Tue, 28 Nov 2023 16:16:45 -0600 Subject: [PATCH 2/2] version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 71855fd..891a280 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: clabe_dart description: Validate a CLABE (Clave Bancaria Estandarizada), calculate the control digit and get the name of the bank. -version: 1.1.5 +version: 1.1.6 author: Cuenca homepage: https://github.com/cuenca-mx/clabe-dart