From d45ff3da7525c4a2982256bd3753701780027b4e Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Sat, 16 Mar 2024 02:04:45 +0100 Subject: [PATCH] font-patcher: Increase version [why] Forgot to increase with commit 136a84bc0387406aa. Now we also have different original icons, lets have a new 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 0ee19f042..631cf2ab7 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.8.4" +script_version = "4.8.5" version = "3.1.1" projectName = "Nerd Fonts"