From b03b9853ce0192aba514222a5f464e213296ca25 Mon Sep 17 00:00:00 2001 From: patrick-zippenfenig Date: Sun, 26 Mar 2023 15:11:40 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd7e437..fed8c9b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Resolve geographical coordinates to timezones and countries. This is a Swift wra A timezone database with up to 20 meter resolution is embedded as a bundle resource (~5 MB). If you want to manually specify the database location, use `try SwiftTimeZoneLookup(databasePath: "/path_to_timezone16_21_files/..")` -Embedded timezone database version [2022g (2022-12-05)](https://github.com/evansiroky/timezone-boundary-builder/releases/tag/2022g). +Embedded timezone database version [2023b (2023-03-26)](https://github.com/evansiroky/timezone-boundary-builder/releases/tag/2023b). This library is thread safe.