Skip to content

Commit

Permalink
font-patcher: Increase script version after last bugfix
Browse files Browse the repository at this point in the history
[why]
With commit
  f240e07 font-patcher: Fix windows Mono family names with --makegroups

the script version did not change, which makes it impossible to say if a
user uses a bugfixed patcher or not.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
  • Loading branch information
Finii committed Jan 18, 2023
1 parent c0ccb72 commit 8deda7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion font-patcher
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from __future__ import absolute_import, print_function, unicode_literals

# Change the script version when you edit this script:
script_version = "3.4.3"
script_version = "3.4.4"

version = "2.3.0"
projectName = "Nerd Fonts"
Expand Down

0 comments on commit 8deda7f

Please sign in to comment.