Skip to content

Commit 3d87208

Browse files
committed
Devicons: Correct version number [skip-ci]
[why] The version number of the deficons.ttf did not change but the glyphs got modified. [how] The version number is manual anyhow, so use a `git describe --tags` like descriptor. That can also stay for example when/after 3.4.0 is released. [note] Skipping zip creation because another MR will be pulled soon and we can reduce the repo size by having fewer changed files (i.e. the zip). Signed-off-by: Fini Jastrow <[email protected]>
1 parent 43efa50 commit 3d87208

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

bin/scripts/lib/i_dev.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Devicons (version v2.16.0, 496 icons, 12 aliases)
33
# Does not include all icons of the release
44
# Codepoints: E700-E8EF
5-
# Nerd Fonts Version: 3.3.0
5+
# Nerd Fonts Version: 3.3.0-49
66
# Script Version: (autogenerated)
77
test -n "$__i_dev_loaded" && return || __i_dev_loaded=1
88
i='' i_dev_aarch64=$i

src/glyphs/devicons/devicons.ttf

48 Bytes
Binary file not shown.

src/glyphs/devicons/generate

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import fontforge, psMat
1212

1313
# Double-quotes required here, for version-bump.sh:
1414
# version-bump.sh is not working here, need to adjust manually!
15-
version = "3.3.0"
15+
version = "3.3.0-49"
1616

1717
dev_version = 'v2.16.0'
1818
archive = '{}.tar.gz'.format(dev_version)

0 commit comments

Comments
 (0)