Skip to content

Commit 9df6d27

Browse files
committed
update version
1 parent 8070741 commit 9df6d27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/codepoint.nim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import unicode, strutils
22

33
const
44
version = """codepoint version 1.0.0
5-
Copyright (c) 2019 jiro4989
5+
Copyright (c) 2020 jiro4989
66
Released under the MIT License.
7-
https://github.com/jiro4989/clitools"""
7+
https://github.com/jiro4989/codepoint"""
88

99
iterator genCpRow(line: string, delimiter: string): string =
1010
for ch in line.toRunes:

0 commit comments

Comments
 (0)