From 9e0ca39200848075869d353fe899dc6a1d5bcb8a Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Tue, 23 Apr 2024 09:36:46 +0200 Subject: [PATCH] font-patcher: Increase version after change Signed-off-by: Fini Jastrow --- font-patcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/font-patcher b/font-patcher index e613d6cbc..211449297 100755 --- a/font-patcher +++ b/font-patcher @@ -6,7 +6,7 @@ from __future__ import absolute_import, print_function, unicode_literals # Change the script version when you edit this script: -script_version = "4.14.0" +script_version = "4.14.1" version = "3.2.1" projectName = "Nerd Fonts"