Skip to content

Commit 47572fb

Browse files
committed
bump v3.0.0
1 parent 7cc5f91 commit 47572fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/fontline/settings.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# ------------------------------------------------------------------------------
1010
# Version Number
1111
# ------------------------------------------------------------------------------
12-
major_version = "2"
12+
major_version = "3"
1313
minor_version = "0"
1414
patch_version = "0"
1515

@@ -19,7 +19,7 @@
1919

2020
HELP = """====================================================
2121
font-line
22-
Copyright 2018 Christopher Simpkins
22+
Copyright 2019 Christopher Simpkins
2323
MIT License
2424
Source: https://github.com/source-foundry/font-line
2525
====================================================
@@ -48,7 +48,7 @@
4848
Reports are sent to the standard output stream with the `report` sub-command.
4949
5050
Original font files are not modified when you use the `percent` sub-command. Instead a new file write occurs on a path
51-
that is displayed in the standard output stream following the modification. No modifications are made to the original
51+
that is displayed in the standard output stream when completed. No modifications are made to the original
5252
glyph set or hints associated with the original font build.
5353
5454
For more information about the OpenType table modifications that occur, please see the project documentation at:

0 commit comments

Comments
 (0)