Skip to content

Commit

Permalink
Added two missing files to JSON decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Feb 5, 2016
1 parent 2f34563 commit 140751d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions install/mushclient.nsi
Expand Up @@ -424,9 +424,11 @@ SetOverwrite ifnewer

File "..\lua\json\decode\array.lua"
File "..\lua\json\decode\calls.lua"
File "..\lua\json\decode\composite.lua"
File "..\lua\json\decode\number.lua"
File "..\lua\json\decode\object.lua"
File "..\lua\json\decode\others.lua"
File "..\lua\json\decode\state.lua"
File "..\lua\json\decode\strings.lua"
File "..\lua\json\decode\util.lua"

Expand Down
2 changes: 1 addition & 1 deletion install/readme.txt
@@ -1,7 +1,7 @@
MUSHclient version 5.01
=======================

Sunday, 17 January 2016
Friday, 5 February 2016


Author: Nick Gammon
Expand Down

0 comments on commit 140751d

Please sign in to comment.