From 4b5b0330dd8e3bee04d328ab96403ebda02d5641 Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Wed, 5 May 2010 11:14:45 +0200 Subject: [PATCH] added changed info --- Appcast.xml | 6 +++--- ReleaseNotes.html | 1 + publish.rb | 6 ++++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Appcast.xml b/Appcast.xml index f73c34e..92ba43a 100755 --- a/Appcast.xml +++ b/Appcast.xml @@ -9,12 +9,12 @@ Version 2.1.2 10.5.0 http://jeenaparadies.net/twittia/ReleaseNotes.html - Tue, 04 May 2010 09:55:26 +0200 + Tue, 04 May 2010 10:05:22 +0200 + sparkle:dsaSignature="MCwCFHhJ3+WiTHveO/rVQWBBiRKs/pNCAhRjQo5mVURRV/DO/t8sfYfHWRKTew==" /> diff --git a/ReleaseNotes.html b/ReleaseNotes.html index 30e7072..c674d3a 100644 --- a/ReleaseNotes.html +++ b/ReleaseNotes.html @@ -13,6 +13,7 @@

Twittia 2.1.2

+

Added icon

Fixed problem where you press "a" and a new tweet window opens

Twittia 2.1.1

diff --git a/publish.rb b/publish.rb index 52302ad..2fbfe32 100644 --- a/publish.rb +++ b/publish.rb @@ -35,6 +35,8 @@ XML File.open("#{PATH}/Appcast.xml", 'w') {|f| f.write(xml) } -exit +`scp ReleaseNotes.html jeena@jeenaparadies.net:~/jeenaparadies.net/htdocs/twittia/` `scp build/Release/Twittia.app.zip jeena@jeenaparadies.net:~/jeenaparadies.net/htdocs/twittia/` -`scp Appcast.xml jeena@jeenaparadies.net:~/jeenaparadies.net/htdocs/twittia/` \ No newline at end of file +`scp Appcast.xml jeena@jeenaparadies.net:~/jeenaparadies.net/htdocs/twittia/` + +puts "Done." \ No newline at end of file