Skip to content

Commit cabe68e

Browse files
authored
Update resource.rc
1 parent 32b7a78 commit cabe68e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NppJSONViewer/resource.rc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ FONT 8, "Ms Shell Dlg"
2929
LTEXT "Licence:", IDC_STATIC, 27, 48, 28, 8, SS_LEFT, WS_EX_LEFT
3030
LTEXT "GPL", IDC_STATIC, 104, 48, 15, 8, SS_LEFT, WS_EX_LEFT
3131
LTEXT "Special thanks to:", IDC_STATIC, 27, 63, 58, 8, SS_LEFT, WS_EX_LEFT
32-
LTEXT "Don Ho for Notepad++ and Rui Maciel for mjson", IDC_STATIC, 103, 63, 152, 8, SS_LEFT, WS_EX_LEFT
32+
LTEXT "Don Ho for Notepad++", IDC_STATIC, 103, 63, 152, 8, SS_LEFT, WS_EX_LEFT
3333
LTEXT "Website:", IDC_STATIC, 28, 78, 29, 8, SS_LEFT, WS_EX_LEFT
3434
LTEXT "https://github.com/kapilratnani/JSON-Viewer", IDC_WEB, 104, 78, 154, 8, SS_LEFT | SS_NOTIFY, WS_EX_LEFT
3535
}
@@ -68,11 +68,11 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
6868
VALUE "Comments", "JSONViewer plugin for Notepad++"
6969
VALUE "CompanyName", "Kapil Ratnani"
7070
VALUE "FileDescription", "Notepad++ plugin"
71-
VALUE "FileVersion", "1.30a"
71+
VALUE "FileVersion", "1.30"
7272
VALUE "InternalName", "JSONViewer"
7373
VALUE "OriginalFilename", "NPPJSONViewer.dll"
7474
VALUE "ProductName", "JSONViewer plugin for Notepad++"
75-
VALUE "ProductVersion", "1.30a"
75+
VALUE "ProductVersion", "1.30"
7676
VALUE "SpecialBuild", "UNICODE"
7777
}
7878
}

0 commit comments

Comments
 (0)