Skip to content

Commit

Permalink
Bumps project version numbers of scripts for v1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanoasis committed Nov 18, 2017
1 parent 251c62f commit a57f79c
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion bin/scripts/archive-fonts.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# version: 1.1.0
# version: 1.2.0
# Iterates over all patched fonts directories
# to generate ruby cask files for homebrew-fonts (https://github.com/caskroom/homebrew-fonts)
# adds Windows versions of the fonts as well (casks files just won't download them)
Expand Down
4 changes: 2 additions & 2 deletions bin/scripts/generate-casks.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/bin/bash
# version: 1.1.0
# version: 1.2.0
# Iterates over all patched fonts directories
# to generate ruby cask files for homebrew-fonts (https://github.com/caskroom/homebrew-fonts)
# only adds non-Windows versions of the fonts

#set -x

version="1.1.0"
version="1.2.0"
patched_parent_dir="../../patched-fonts/"
homepage="https://github.com/ryanoasis/nerd-fonts"
downloadarchive="https://github.com/ryanoasis/nerd-fonts/releases/download/v#{version}/"
Expand Down
4 changes: 2 additions & 2 deletions bin/scripts/generate-css.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# version: 1.1.0
# version: 1.2.0
# Generates CSS file for the font

source ./lib/i_all.sh
Expand All @@ -8,7 +8,7 @@ output_css_file="../../css/nerd-fonts-generated.css"
header_css_file="./css-header.txt"
output_cheat_sheet_file="../../temp/nerd-fonts-generated-cheat-sheet.txt"
LINE_PREFIX="# [Nerd Fonts] "
version="1.1.0"
version="1.2.0"

# clear files
> "$output_css_file" 2> /dev/null
Expand Down
2 changes: 1 addition & 1 deletion bin/scripts/generate-fontconfig.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# version: 1.1.0
# version: 1.2.0
# Iterates over all patched fonts directories
# to generate a fontconfig based on the Nerd Fonts Symbols font
# that contains only the glyphs
Expand Down
2 changes: 1 addition & 1 deletion bin/scripts/gotta-patch-em-all-font-patcher!.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# version: 1.1.0
# version: 1.2.0

# used for debugging
#set -x
Expand Down
2 changes: 1 addition & 1 deletion bin/scripts/release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# version: 1.1.0
# version: 1.2.0
# calls the necessary scripts in the necessary order to prepare for a release

#set -x
Expand Down
2 changes: 1 addition & 1 deletion bin/scripts/standardize-and-complete-readmes.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# version: 1.1.0
# version: 1.2.0
# Iterates over all patched fonts directories
# converts all non markdown readmes to markdown (e.g., txt, rst) using pandoc
# adds information on additional-variations and complete font variations
Expand Down
2 changes: 1 addition & 1 deletion bin/scripts/upload-archives.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# version: 1.1.0
# version: 1.2.0
# Iterates over all archives and uploads to given release

# uncomment to debug:
Expand Down
2 changes: 1 addition & 1 deletion bin/scripts/version-bump.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# version: 1.1.0
# version: 1.2.0
# bump version number for release in scripts (bash and python)
# does not do semver format checking
# this obviously is not perfect but works good enough for now (YAGNI)
Expand Down

0 comments on commit a57f79c

Please sign in to comment.