We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2445f73 commit f857389Copy full SHA for f857389
NppJSONViewer/resource.rc
@@ -113,8 +113,8 @@ END
113
//
114
115
VS_VERSION_INFO VERSIONINFO
116
- FILEVERSION 1,40,0,0
117
- PRODUCTVERSION 1,40,0,0
+ FILEVERSION 1,41,0,0
+ PRODUCTVERSION 1,41,0,0
118
FILEFLAGSMASK 0x3fL
119
#ifdef _DEBUG
120
FILEFLAGS 0x1L
@@ -132,11 +132,11 @@ BEGIN
132
VALUE "Comments", "JSONViewer plugin for Notepad++"
133
VALUE "CompanyName", "Kapil Ratnani"
134
VALUE "FileDescription", "Notepad++ plugin"
135
- VALUE "FileVersion", "1.40.0.0"
+ VALUE "FileVersion", "1.41.0.0"
136
VALUE "InternalName", "JSONViewer"
137
VALUE "OriginalFilename", "NPPJSONViewer.dll"
138
VALUE "ProductName", "JSONViewer plugin for Notepad++"
139
- VALUE "ProductVersion", "1.40.0.0"
+ VALUE "ProductVersion", "1.41.0.0"
140
VALUE "SpecialBuild", "UNICODE"
141
END
142
0 commit comments