Skip to content

Commit 140751d

Browse files
committed
Added two missing files to JSON decoder
1 parent 2f34563 commit 140751d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

install/mushclient.nsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,9 +424,11 @@ SetOverwrite ifnewer
424424

425425
File "..\lua\json\decode\array.lua"
426426
File "..\lua\json\decode\calls.lua"
427+
File "..\lua\json\decode\composite.lua"
427428
File "..\lua\json\decode\number.lua"
428429
File "..\lua\json\decode\object.lua"
429430
File "..\lua\json\decode\others.lua"
431+
File "..\lua\json\decode\state.lua"
430432
File "..\lua\json\decode\strings.lua"
431433
File "..\lua\json\decode\util.lua"
432434

install/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MUSHclient version 5.01
22
=======================
33

4-
Sunday, 17 January 2016
4+
Friday, 5 February 2016
55

66

77
Author: Nick Gammon

0 commit comments

Comments
 (0)