From 6bc4f90c7759d7da1cc3ff63db02613e59e94069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Lochm=C3=BCller?= Date: Sat, 15 Jun 2024 22:37:13 +0200 Subject: [PATCH] Change ext_emconf.php version to 8.0.0 --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index 272dac4..7574aa8 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,7 +4,7 @@ 'title' => 'Static Info Tables (zh)', 'description' => 'Chinese (zh) language pack for the Static Info Tables providing localized names for countries, currencies and so on. Dev on: https://github.com/lochmueller/static_info_tables_zh', 'category' => 'misc', - 'version' => '7.0.1', + 'version' => '8.0.0', 'state' => 'stable', 'clearcacheonload' => true, 'author' => 'Tim Lochmüller',