Bumps project version numbers of scripts for v1.1.0 release

This commit is contained in:
Ryan L McIntyre 2017-07-30 18:02:23 -04:00
parent 01e1efb2b7
commit 6af2fdc8d7
8 changed files with 10 additions and 10 deletions

View file

@ -1,5 +1,5 @@
#!/bin/bash
# version: 1.0.0
# version: 1.1.0
fontfile=$1
dir=$(dirname "$0")

View file

@ -1,5 +1,5 @@
#!/bin/bash
# version: 1.0.0
# version: 1.1.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)

View file

@ -1,12 +1,12 @@
#!/bin/bash
# version: 1.0.0
# version: 1.1.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.0.0"
version="1.1.0"
patched_parent_dir="../../patched-fonts/"
homepage="https://github.com/ryanoasis/nerd-fonts"
downloadarchive="https://github.com/ryanoasis/nerd-fonts/releases/download/v#{version}/"

View file

@ -1,5 +1,5 @@
#!/bin/bash
# version: 1.0.0
# version: 1.1.0
# Iterates over all patched fonts directories
# to generate a fontconfig based on the Nerd Fonts Symbols font
# that contains only the glyphs

View file

@ -1,5 +1,5 @@
#!/bin/bash
# version: 1.0.0
# version: 1.1.0
# used for debugging
#set -x

View file

@ -1,5 +1,5 @@
#!/bin/bash
# version: 1.0.0
# version: 1.1.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

View file

@ -1,5 +1,5 @@
#!/bin/bash
# version: 1.0.0
# version: 1.1.0
# Iterates over all archives and uploads to given release
# uncomment to debug:

View file

@ -1,10 +1,10 @@
#!/usr/bin/env python
# coding=utf8
# version: 1.0.0
# version: 1.1.0
from __future__ import absolute_import, print_function, unicode_literals
version = "1.0.0"
version = "1.1.0"
projectName = "Nerd Fonts"
projectNameAbbreviation = "NF"
projectNameSingular = projectName[:-1]