From 17f9ee5db6d81f4fab2987a23d76392814ffb375 Mon Sep 17 00:00:00 2001 From: Ryan L McIntyre Date: Wed, 14 Dec 2016 20:22:26 -0500 Subject: [PATCH] Updates versioning info for v1.0.0 --- bin/scripts/Hack/postprocess.sh | 2 +- bin/scripts/archive-fonts.sh | 2 +- bin/scripts/build-latest-py3-version.sh | 2 +- bin/scripts/generate-casks.sh | 4 ++-- bin/scripts/generate-fontconfig.sh | 2 +- bin/scripts/gotta-patch-em-all-font-patcher!.sh | 2 +- bin/scripts/standardize-and-complete-readmes.sh | 2 +- bin/scripts/upload-archives.sh | 2 +- font-patcher | 4 ++-- font-patcher-py3 | 4 ++-- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/bin/scripts/Hack/postprocess.sh b/bin/scripts/Hack/postprocess.sh index 325b6a414f..942ddd9b2f 100755 --- a/bin/scripts/Hack/postprocess.sh +++ b/bin/scripts/Hack/postprocess.sh @@ -1,5 +1,5 @@ #!/bin/bash -# version: 0.9.0 +# version: 1.0.0 fontfile=$1 dir=$(dirname "$0") diff --git a/bin/scripts/archive-fonts.sh b/bin/scripts/archive-fonts.sh index 64413d6e47..9939036933 100755 --- a/bin/scripts/archive-fonts.sh +++ b/bin/scripts/archive-fonts.sh @@ -1,5 +1,5 @@ #!/bin/bash -# version: 0.9.0 +# version: 1.0.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) diff --git a/bin/scripts/build-latest-py3-version.sh b/bin/scripts/build-latest-py3-version.sh index 271dd87222..b14474456e 100755 --- a/bin/scripts/build-latest-py3-version.sh +++ b/bin/scripts/build-latest-py3-version.sh @@ -1,6 +1,6 @@ #!/bin/bash # project: Nerd Fonts (https://github.com/ryanoasis/nerd-fonts) -# version: 0.9.0 +# version: 1.0.0 # Executes the 2to3 conversion to generate latest py3 version of font patcher # Check for 2to3 diff --git a/bin/scripts/generate-casks.sh b/bin/scripts/generate-casks.sh index 553b8c437e..4cab68b4e0 100755 --- a/bin/scripts/generate-casks.sh +++ b/bin/scripts/generate-casks.sh @@ -1,12 +1,12 @@ #!/bin/bash -# version: 0.9.0 +# version: 1.0.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="0.8.0" +version="1.0.0" patched_parent_dir="../../patched-fonts/" homepage="https://github.com/ryanoasis/nerd-fonts" downloadarchive="https://github.com/ryanoasis/nerd-fonts/releases/download/v#{version}/" diff --git a/bin/scripts/generate-fontconfig.sh b/bin/scripts/generate-fontconfig.sh index 5bce3a1c46..6c5ffff127 100755 --- a/bin/scripts/generate-fontconfig.sh +++ b/bin/scripts/generate-fontconfig.sh @@ -1,5 +1,5 @@ #!/bin/bash -# version: 0.9.0 +# version: 1.0.0 # Iterates over all patched fonts directories # to generate a fontconfig based on the Nerd Fonts Symbols font # that contains only the glyphs diff --git a/bin/scripts/gotta-patch-em-all-font-patcher!.sh b/bin/scripts/gotta-patch-em-all-font-patcher!.sh index c1494c7bb0..262b985db7 100755 --- a/bin/scripts/gotta-patch-em-all-font-patcher!.sh +++ b/bin/scripts/gotta-patch-em-all-font-patcher!.sh @@ -1,5 +1,5 @@ #!/bin/bash -# version: 0.9.0 +# version: 1.0.0 # used for debugging #set -x diff --git a/bin/scripts/standardize-and-complete-readmes.sh b/bin/scripts/standardize-and-complete-readmes.sh index 388a43295e..c6ce23866e 100755 --- a/bin/scripts/standardize-and-complete-readmes.sh +++ b/bin/scripts/standardize-and-complete-readmes.sh @@ -1,5 +1,5 @@ #!/bin/bash -# version: 0.9.0 +# version: 1.0.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 diff --git a/bin/scripts/upload-archives.sh b/bin/scripts/upload-archives.sh index fff0464094..2623631e30 100755 --- a/bin/scripts/upload-archives.sh +++ b/bin/scripts/upload-archives.sh @@ -1,5 +1,5 @@ #!/bin/bash -# version: 0.9.0 +# version: 1.0.0 # Iterates over all archives and uploads to given release # uncomment to debug: diff --git a/font-patcher b/font-patcher index 615db8467b..d8e2170283 100755 --- a/font-patcher +++ b/font-patcher @@ -1,8 +1,8 @@ #!/usr/bin/env python2 # coding=utf8 -# version: 0.9.0 +# version: 1.0.0 -version = "0.9.0" +version = "1.0.0" projectName = "Nerd Fonts" projectNameAbbreviation = "NF" projectNameSingular = projectName[:-1] diff --git a/font-patcher-py3 b/font-patcher-py3 index b829c0c504..87a4f79102 100755 --- a/font-patcher-py3 +++ b/font-patcher-py3 @@ -1,8 +1,8 @@ #!/usr/bin/env python3 # coding=utf8 -# version: 0.8.0 +# version: 1.0.0 -version = "0.8.0" +version = "1.0.0" projectName = "Nerd Fonts" projectNameAbbreviation = "NF" projectNameSingular = projectName[:-1]