From f3949ee393773e046fc974b85fbb74646ac8a843 Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Fri, 26 Apr 2024 12:57:30 +0200 Subject: [PATCH] font-patcher: Increase version after icon shape 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 211449297..cd8dbba45 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.1" +script_version = "4.14.2" version = "3.2.1" projectName = "Nerd Fonts"