From 482c9dc5f6a029f8e60bfe25d22de31e5efb58fa Mon Sep 17 00:00:00 2001 From: CornierKhan1 Date: Sat, 2 Mar 2019 21:31:44 +1100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2cfc797..8ca94e3 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ This is the SOAP Server Software. The other repository only has the communicatio Versions on this software are based on goals. (e.g 0.2 works towards SQL support. 0.3 works towards NUS support, etc.) ## 0.2.x Kawauso ### 0.2.5 +*This version of WiiSOAP Server was brought to you by Apfel. Thank you for your contribution.* - Fixed lint errors. - Uses Fprintf properly now. - Uses `if err = action(); os.IsExist(err) {}` now. This makes error checks a little bit shorter.