diff --git a/font-patcher b/font-patcher index de545bee74..d14729d3d1 100755 --- a/font-patcher +++ b/font-patcher @@ -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] diff --git a/package.json b/package.json index c5b78719ac..de61fb2f4b 100644 --- a/package.json +++ b/package.json @@ -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": {},