Few fixes
Change-Id: I3870354956900aea0b7453f78f6ce25c113de0b4
diff --git a/ndn-appcast.xml b/ndn-appcast.xml
index 8a83809..2cd68a5 100644
--- a/ndn-appcast.xml
+++ b/ndn-appcast.xml
@@ -1,13 +1,23 @@
-<item>
- <title>Version 0.1.0 (based on NFD version0.4.0-22-g150b80d)</title>
- <description><![CDATA[
- <h2>Initial release</h2>
- ]]>
- </description>
- <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="2.0"
- sparkle:dsaSignature="MC0CFQCYf+EuhBdZDXojGsHT/4m7X96BTAIUBh/g7OqfCC1kZkMYBoKdEDkACto"
- length="25624367"
- type="application/octet-stream" />
-</item>
+<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
+ <channel>
+ <title>NDN.app Changleog</title>
+ <link>
+ http://named-data.net/binaries/ndn-appcast.xml
+ </link>
+ <description>Most recent changes with links to updates.</description>
+ <language>en</language>
+ <item>
+ <title>Version 0.1.0 (based on NFD version 0.4.0-22-g150b80d)</title>
+ <description><![CDATA[
+ <h2>Initial release</h2>
+ ]]>
+ </description>
+ <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"
+ length="25623942"
+ type="application/octet-stream" />
+ </item>
+ </channel>
+</rss>
diff --git a/src/Info.plist b/src/Info.plist
index fca8b6b..e0f91da 100644
--- a/src/Info.plist
+++ b/src/Info.plist
@@ -19,11 +19,11 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
- <string>0.0.1</string>
+ <string>0.1.0</string>
<key>LSMinimumSystemVersion</key>
<string>10.6</string>
<key>CFBundleVersion</key>
- <string>1</string>
+ <string>0.1.0</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>