Skip to content

Commit 896b9e1

Browse files
Finiigithub-actions[bot]
authored andcommitted
[ci] Bump release version
1 parent 3946e4a commit 896b9e1

32 files changed

+37
-37
lines changed

bin/scripts/archive-font-patcher.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# Nerd Fonts Version: 3.3.0
2+
# Nerd Fonts Version: 3.4.0
33
# Script Version: 1.1.0
44
# Archives the font patcher script and the required source files
55
# If some (any) argument is given this is though of as intermediate version

bin/scripts/archive-fonts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# Nerd Fonts Version: 3.3.0
2+
# Nerd Fonts Version: 3.4.0
33
# Script Version: 1.2.0
44
# Iterates over all patched fonts directories
55
# to generate release archives of the patched font(s)

bin/scripts/cheatsheet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# Nerd Fonts Version: 3.3.0
2+
# Nerd Fonts Version: 3.4.0
33
# Script Version: 1.0.0
44
#
55
# Search for a glyph by part of its name in all patchsets

bin/scripts/fetch-archives.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# Nerd Fonts Version: 3.3.0
2+
# Nerd Fonts Version: 3.4.0
33
# Script Version: 2.0.1
44
#
55
# Fetches the current release files.

bin/scripts/generate-casks.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# Nerd Fonts Version: 3.3.0
2+
# Nerd Fonts Version: 3.4.0
33
# Script Version: 2.3.0
44
#
55
# Iterates over all [*] archived fonts
@@ -23,7 +23,7 @@
2323
# set -x
2424
set -e
2525

26-
version="3.3.0"
26+
version="3.4.0"
2727
homepage="https://github.com/ryanoasis/nerd-fonts"
2828
downloadarchive="https://github.com/ryanoasis/nerd-fonts/releases/download/v#{version}/"
2929
LINE_PREFIX="# [Nerd Fonts] "

bin/scripts/generate-css.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# Nerd Fonts Version: 3.3.0
2+
# Nerd Fonts Version: 3.4.0
33
# Script Version: 1.3.0
44
# Generates CSS file for the font and cheat sheet code
55

@@ -22,7 +22,7 @@ cheat_sheet_head_file="./data/cheatsheet-head.txt"
2222
cheat_sheet_foot_file="./data/cheatsheet-foot.txt"
2323

2424
LINE_PREFIX="# [Nerd Fonts] "
25-
version="3.3.0"
25+
version="3.4.0"
2626

2727
# clear files
2828
true > "$output_css_file" 2> /dev/null

bin/scripts/generate-extraglyphs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Nerd Fonts Version: 3.3.0
2+
# Nerd Fonts Version: 3.4.0
33
# Script Version: 1.1.0
44
# Generates extrasymbols.sfd from Hack
55

bin/scripts/generate-font-image-previews.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# Nerd Fonts Version: 3.3.0
2+
# Nerd Fonts Version: 3.4.0
33
# Script Version: 1.2.3
44
# Create font previews.
55
# All fonts need to be installed (or no preview is generated)

bin/scripts/generate-fontconfig.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# Nerd Fonts Version: 3.3.0
2+
# Nerd Fonts Version: 3.4.0
33
# Script Version: 1.0.2
44
# Iterates over all patched fonts directories
55
# to generate a fontconfig based on the Nerd Fonts Symbols font

bin/scripts/generate-glyph-info-from-set.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#!/usr/bin/env python3
22
# coding=utf8
3-
# Nerd Fonts Version: 3.3.0
3+
# Nerd Fonts Version: 3.4.0
44
# Script Version: 1.3.0
55

66
# Example Usage:
77
# ./generate-glyph-info-from-set.py --font ../../src/glyphs/materialdesignicons-webfont.ttf --start f001 --end f847 --offset 4ff --prefix mdi
88
# ./generate-glyph-info-from-set.py --font ../../src/glyphs/materialdesign/*.ttf --start f0001 --end f1af0 --offset 0 --prefix md
99
# ./generate-glyph-info-from-set.py --font ../../src/glyphs/weathericons-regular-webfont.ttf --start f000 --end f0eb --negoffset d00 --prefix weather --nogaps
1010

11-
version = "3.3.0"
11+
version = "3.4.0"
1212

1313
import sys
1414
import re

0 commit comments

Comments
 (0)