mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-01-25 03:32:02 +02:00
font-patcher: Fix ScaleRule evaluation (2)
[why] Forgot to increase the script version with previous commit. But especially after a bugfix we need a new version to identify if people use the version before or after the fix (e.g. docker image). Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
05a9ec8b6d
commit
8bcd7d9033
@ -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.3.2"
|
||||
script_version = "3.3.3"
|
||||
|
||||
version = "2.3.0-RC"
|
||||
projectName = "Nerd Fonts"
|
||||
|
Loading…
x
Reference in New Issue
Block a user