version bump
This commit is contained in:
parent
90d5e30408
commit
79a4d503b2
4 changed files with 21 additions and 11 deletions
|
@ -42,7 +42,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0.0</string>
|
||||
<string>1.1.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
|
@ -57,7 +57,7 @@
|
|||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0.0</string>
|
||||
<string>1.1.0</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.social-networking</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
|
|
@ -6,15 +6,15 @@
|
|||
<description>Most recent changes with links to updates.</description>
|
||||
<language>en</language>
|
||||
<item>
|
||||
<title>Version 1.0.0</title>
|
||||
<title>Version 1.1.0</title>
|
||||
<sparkle:minimumSystemVersion>10.5.0</sparkle:minimumSystemVersion>
|
||||
<sparkle:releaseNotesLink>http://jabs.nu/bungloo/download/ReleaseNotes.html</sparkle:releaseNotesLink>
|
||||
<pubDate>Mon, 11 Feb 2013 00:29:41 +0100</pubDate>
|
||||
<pubDate>Mon, 18 Feb 2013 11:33:48 +0100</pubDate>
|
||||
<enclosure url="http://jabs.nu/bungloo/download/Bungloo.app.zip"
|
||||
sparkle:version="1.0.0"
|
||||
length="1101694"
|
||||
sparkle:version="1.1.0"
|
||||
length="1105549"
|
||||
type="application/octet-stream"
|
||||
sparkle:dsaSignature="MCwCFB1JIQINycvbZblob0PHy6Be1nVzAhQ2zkoVqoOjJsDjcnZYjI1qY7oX1Q==" />
|
||||
sparkle:dsaSignature="MC0CFQCED9uY/wOwiJu7RKZhGyDYAo9zMgIUGWRdR1ZyZJylFD7vpyYiyUAm+kg=" />
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
|
|
@ -13,6 +13,16 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<h1>Bungloo 1.1.0</h1>
|
||||
|
||||
<p>Moved time ago so it is always visible</p>
|
||||
<p>Implemented thumbnails for linked images and videos</p>
|
||||
<p>Added a map to posts with position</p>
|
||||
<p>Links now are only linked if they start with http</p>
|
||||
<p>Smaller bugfixes</p>
|
||||
|
||||
<hr />
|
||||
|
||||
<h1>Bungloo 1.0.0</h1>
|
||||
|
||||
<p><strong>Automatic updade doesn't work, please download Bungloo from here: <a href="http://jabs.nu/bungloo/download/Bungloo.app.zip">Bungloo.app.zip</a></strong> and then remove the old Tentia from your Applications directory.</p>
|
||||
|
|
|
@ -49,8 +49,8 @@ xml = <<XML
|
|||
XML
|
||||
|
||||
File.open("#{path}/Appcast.xml", 'w') {|f| f.write(xml) }
|
||||
system "scp \"#{release_path}/Bungloo.app.zip\" jeena@jeena.net:~/jabs.nu/public/Tentia/download/"
|
||||
system "scp \"#{path}/ReleaseNotes.html\" jeena@jeena.net:~/jabs.nu/public/Tentia/download/"
|
||||
system "scp \"#{path}/Appcast.xml\" jeena@jeena.net:~/jabs.nu/public/Tentia/download/"
|
||||
system "scp \"#{release_path}/Bungloo.app.zip\" jeena@jeena.net:~/jabs.nu/public/bungloo/download/"
|
||||
system "scp \"#{path}/ReleaseNotes.html\" jeena@jeena.net:~/jabs.nu/public/bungloo/download/"
|
||||
system "scp \"#{path}/Appcast.xml\" jeena@jeena.net:~/jabs.nu/public/bungloo/download/"
|
||||
|
||||
puts "Done."
|
||||
puts "Done."
|
||||
|
|
Reference in a new issue