version bump

This commit is contained in:
Jeena Paradies 2013-03-22 20:15:34 +01:00
parent a870338e8e
commit 9a1597f66e
4 changed files with 21 additions and 9 deletions

View file

@ -42,7 +42,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2.0</string>
<string>1.2.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
@ -57,7 +57,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1.2.0</string>
<string>1.2.2</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.social-networking</string>
<key>LSMinimumSystemVersion</key>

View file

@ -13,8 +13,8 @@
1F132C791666CD9700E4E661 /* TB_SendTemplate.png in Resources */ = {isa = PBXBuildFile; fileRef = 1F132C781666CD9700E4E661 /* TB_SendTemplate.png */; };
1F1990C6117BCA960049BEA7 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1F1990C5117BCA960049BEA7 /* ApplicationServices.framework */; };
1F1C80F916482A250010B409 /* WebKit in Resources */ = {isa = PBXBuildFile; fileRef = 1F1C80F816482A250010B409 /* WebKit */; };
1F2D79BD165E8C6B000E8428 /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1F2D79BC165E8C6B000E8428 /* CoreLocation.framework */; };
1F303BE31660752700891D71 /* QuickLook.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1F303BE21660752700891D71 /* QuickLook.framework */; };
1F331B9C16FCCA3C0040A761 /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1F2D79BC165E8C6B000E8428 /* CoreLocation.framework */; };
1F3F129E164F202000C7C983 /* dsa_pub.pem in Resources */ = {isa = PBXBuildFile; fileRef = 1F3F129D164F202000C7C983 /* dsa_pub.pem */; };
1F618ECA12DB5E6100E500D9 /* PostModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F618EC912DB5E6100E500D9 /* PostModel.m */; };
1F70619F1178FBB300C85707 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1F70619E1178FBB300C85707 /* Carbon.framework */; };
@ -103,9 +103,9 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
1F331B9C16FCCA3C0040A761 /* CoreLocation.framework in Frameworks */,
1F303BE31660752700891D71 /* QuickLook.framework in Frameworks */,
6B68359B166015C4004F4732 /* Security.framework in Frameworks */,
1F2D79BD165E8C6B000E8428 /* CoreLocation.framework in Frameworks */,
1FDEF722164EFE9100F927F3 /* Growl.framework in Frameworks */,
1FA09847144602530079E258 /* libicucore.dylib in Frameworks */,
8D15AC340486D014006FF6A4 /* Cocoa.framework in Frameworks */,

View file

@ -6,15 +6,15 @@
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>Version 1.1.0</title>
<title>Version 1.2.1</title>
<sparkle:minimumSystemVersion>10.5.0</sparkle:minimumSystemVersion>
<sparkle:releaseNotesLink>http://jabs.nu/bungloo/download/ReleaseNotes.html</sparkle:releaseNotesLink>
<pubDate>Mon, 18 Feb 2013 11:33:48 +0100</pubDate>
<pubDate>Mon, 18 Mar 2013 11:57:03 +0100</pubDate>
<enclosure url="http://jabs.nu/bungloo/download/Bungloo.app.zip"
sparkle:version="1.1.0"
length="1105549"
sparkle:version="1.2.1"
length="1107720"
type="application/octet-stream"
sparkle:dsaSignature="MC0CFQCED9uY/wOwiJu7RKZhGyDYAo9zMgIUGWRdR1ZyZJylFD7vpyYiyUAm+kg=" />
sparkle:dsaSignature="MC0CFAyM/L2BZe52Ox+ebZscEt0WJA01AhUAiqZ/ciqInGkXf1oHJxBLrW8nIO8=" />
</item>
</channel>
</rss>

View file

@ -13,6 +13,18 @@
</head>
<body>
<h1>Bungloo 1.2.2</h1>
<p>Fixed crash on Snow Leopard while opening new post window</p>
<hr />
<h1>Bungloo 1.2.1</h1>
<p>Fixed problems with case sensitive file systems, thanks to <a href="http://ck.kennt-wayne.de">^http://ck.kennt-wayne.de</a></p>
<hr />
<h1>Bungloo 1.2.0</h1>
<p>Inline video for YouTube and Vimeo + inline sound for SoundCloud, sadly some buttons in the widgets still don't work but you can watch the videos and hear the music :)</p>