Prepare for 0.1.1 release

Change-Id: Ied2c28a40400340b871ece17721b5b31a5380852
diff --git a/ndn-appcast.xml b/ndn-appcast.xml
index 2cd68a5..dd442ef 100644
--- a/ndn-appcast.xml
+++ b/ndn-appcast.xml
@@ -15,9 +15,26 @@
       <pubDate>Mon, 21 March 2016 15:38:00 +0000</pubDate>
       <enclosure url="https://github.com/2nd-ndn-hackathon/nfd-binary-release/releases/download/0.1.0/NDN-0.1.0-NFD-0.4.0-22-g150b80d-10.10.dmg"
                  sparkle:version="0.1.0"
-                 sparkle:dsaSignature="MC0CFQCSEv9IA78djidIEpQ4/X76rIEMIQIUXDRb1Stu8530bEJS4yZGUpymm1g"
+                 sparkle:dsaSignature="MC0CFQCSEv9IA78djidIEpQ4/X76rIEMIQIUXDRb1Stu8530bEJS4yZGUpymm1g="
                  length="25623942"
                  type="application/octet-stream" />
     </item>
+    <item>
+      <title>Version 0.1.1 (based on NFD version 0.4.0-22-g150b80d)</title>
+      <description><![CDATA[
+      <h2>Minor fixes</h2>
+      <ul>
+      <li>Should work on all OSX 10.10+ systems</li>
+      <li>Fix bug with `ndn` wrapper</li>
+      </ul>
+      ]]>
+      </description>
+      <pubDate>Mon, 22 March 2016 14:42:00 +0000</pubDate>
+      <enclosure url="https://github.com/2nd-ndn-hackathon/nfd-binary-release/releases/download/0.1.1/NDN-0.1.1-NFD-0.4.0-22-g150b80d-10.10.dmg"
+                 sparkle:version="0.1.1"
+                 sparkle:dsaSignature="MC0CFAPv0czBOZJTfZMW7NHG4WsoU1tFAhUAnNVAlhd1pfc1IYtKEQmQ+oBXePQ="
+                 length="18643229"
+                 type="application/octet-stream" />
+    </item>
   </channel>
 </rss>
diff --git a/wscript b/wscript
index 4c3a543..b67adb4 100644
--- a/wscript
+++ b/wscript
@@ -1,5 +1,5 @@
 # -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
-VERSION='0.1'
+VERSION='0.1.1'
 APPNAME='nfd-control-center'
 
 from waflib import Logs, Utils, Task, TaskGen