From 5615d5e12070b26d9be60277231a434272a8d3e2 Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Mon, 23 Oct 2023 13:29:40 +0200 Subject: [PATCH] font-patcher: Increase after new core icon [why] After a new icon has been added to the core set we want to make that visible via a new version number. Signed-off-by: Fini Jastrow --- font-patcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/font-patcher b/font-patcher index ba8625144..9964583b5 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.6.0" +script_version = "4.6.1" version = "3.0.2" projectName = "Nerd Fonts"