Skip to content

Commit

Permalink
Updates versioning info for v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanoasis committed Dec 15, 2016
1 parent 71561b2 commit 17f9ee5
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bin/scripts/Hack/postprocess.sh
@@ -1,5 +1,5 @@
#!/bin/bash
# version: 0.9.0
# version: 1.0.0

fontfile=$1
dir=$(dirname "$0")
Expand Down
2 changes: 1 addition & 1 deletion 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)
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
4 changes: 2 additions & 2 deletions 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}/"
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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:
Expand Down
4 changes: 2 additions & 2 deletions 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]
Expand Down
4 changes: 2 additions & 2 deletions 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]
Expand Down

0 comments on commit 17f9ee5

Please sign in to comment.