Skip to content

Commit 49cc6bf

Browse files
authored
Update version
1 parent d86e1fa commit 49cc6bf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

res.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88
STRINGTABLE
99
BEGIN
10-
1 "jN Plugin for Notepad++\n© Eugen Kremer, 2022\ngithub.qkg1.top/sieukrem/jn-npp-plugin"
10+
1 "jN Plugin for Notepad++\n© Eugen Kremer, 2023\ngithub.qkg1.top/sieukrem/jn-npp-plugin"
1111
END
1212

1313
1 VERSIONINFO
14-
FILEVERSION VERSION_MA,VERSION_MI,REVISION,8
15-
PRODUCTVERSION VERSION_MA,VERSION_MI,REVISION,8
14+
FILEVERSION VERSION_MA,VERSION_MI,REVISION,9
15+
PRODUCTVERSION VERSION_MA,VERSION_MI,REVISION,9
1616
FILEOS 0x40004
1717
FILETYPE 0x1
1818
{
@@ -24,7 +24,7 @@ BLOCK "StringFileInfo"
2424
VALUE "FileDescription", "jN Plugin for Notepad++ that allows you to automate certain Tasks with JavaScript"
2525
VALUE "FileVersion", xstr(_VERSION_STR)
2626
VALUE "InternalName", "jN.dll"
27-
VALUE "LegalCopyright", "Copyleft 2022 by Eugen Kremer"
27+
VALUE "LegalCopyright", "Copyleft 2023 by Eugen Kremer"
2828
VALUE "OriginalFilename", "jN.dll"
2929
VALUE "ProductName", "jN"
3030
VALUE "ProductVersion", xstr(_VERSION_STR)

0 commit comments

Comments
 (0)