Skip to content

Commit

Permalink
Bumps project version numbers of scripts for v1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanoasis committed Nov 18, 2017
1 parent a57f79c commit 85ed8a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions font-patcher
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {},
Expand Down

0 comments on commit 85ed8a4

Please sign in to comment.