Bumps project version numbers of scripts for v1.2.0 release

This commit is contained in:
Ryan L McIntyre 2017-11-18 16:11:22 -05:00
parent a57f79c2c1
commit 85ed8a4b43
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "nerd-fonts",
"version": "1.1.0",
"version": "1.2.0",
"description": "Iconic font aggregator, collection, and patcher: 39 patched fonts (87k+ variations). Includes popular glyph collections such as Font Awesome & fonts such as Hack",
"main": "index.js",
"dependencies": {},