Skip to content

Commit 7c422e3

Browse files
committed
Prepare pre-release 2.0.9.0
1 parent ed7909c commit 7c422e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/NppJsonViewer/resource.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ END
167167
//
168168

169169
VS_VERSION_INFO VERSIONINFO
170-
FILEVERSION 2,0,8,0
171-
PRODUCTVERSION 2,0,8,0
170+
FILEVERSION 2,0,9,0
171+
PRODUCTVERSION 2,0,9,0
172172
FILEFLAGSMASK 0x3fL
173173
#ifdef _DEBUG
174174
FILEFLAGS 0x1L
@@ -185,12 +185,12 @@ BEGIN
185185
BEGIN
186186
VALUE "CompanyName", "Kapil Ratnani"
187187
VALUE "FileDescription", "Notepad++ plugin for JSON file"
188-
VALUE "FileVersion", "2.0.8.0"
188+
VALUE "FileVersion", "2.0.9.0"
189189
VALUE "InternalName", "JSONViewer"
190190
VALUE "LegalCopyright", "Copyright � 2024"
191191
VALUE "OriginalFilename", "NPPJSONViewer.dll"
192192
VALUE "ProductName", "JSONViewer plugin for Notepad++"
193-
VALUE "ProductVersion", "2.0.8.0"
193+
VALUE "ProductVersion", "2.0.9.0"
194194
END
195195
END
196196
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)