Skip to content

Commit

Permalink
version 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
whomwah committed Feb 5, 2014
1 parent f5853ec commit 1c75409
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ Motion::Project::App.setup do |app|
app.sparkle do
release :base_url, 'https://raw.github.com/kyan/kyan_bar/master'
release :package_url, 'https://github.com/kyan/kyan_bar/releases/download'
release :version, '1.2.4'
release :version, '1.3.0'

# Optional settings
release :feed_filename, 'releases.xml'
release :package_filename, "#{app.name}.zip"
release :public_key, 'dsa_pub.pem'
release :notes_filename, 'release_notes.html'
end
end
end
5 changes: 2 additions & 3 deletions release_notes.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
KyanBar - version 1.2.4
KyanBar - version 1.3.0
-----------------------

Updates:

* Jukebox HUB hides/shows when disconected/connected to jukebox.
* Compiled against latest version of RubyMotion (performance++)
* Jukebox HUB now shows track progress
12 changes: 6 additions & 6 deletions releases.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@
en
</language>
<pubDate>
Wed, 29 Jan 2014 09:11:30 +0000
Wed, 05 Feb 2014 12:52:51 +0000
</pubDate>
<atom:link href='https://raw.github.com/kyan/kyan_bar/master/releases.xml' rel='self' type='application/rss+xml'/>
<item>
<title>
KyanBar 1.2.4
KyanBar 1.3.0
</title>
<pubDate>
Wed, 29 Jan 2014 09:11:30 +0000
Wed, 05 Feb 2014 12:52:51 +0000
</pubDate>
<guid isPermaLink='false'>
KyanBar-1.2.4
KyanBar-1.3.0
</guid>
<sparkle:releaseNotesLink>
https://raw.github.com/kyan/kyan_bar/master/release_notes.html
</sparkle:releaseNotesLink>
<enclosure url='https://github.com/kyan/kyan_bar/releases/download/1.2.4/KyanBar.zip' length='4141509' type='application/octet-stream' sparkle:version='1.2.4' sparkle:dsaSignature='MC0CFD87kGkWkmF8RuIK8banmF4PB5hAAhUApOyrXT5bdGppJuGfSAxVO9Lle6E='/>
<enclosure url='https://github.com/kyan/kyan_bar/releases/download/1.3.0/KyanBar.zip' length='4206878' type='application/octet-stream' sparkle:version='1.3.0' sparkle:dsaSignature='MC0CFQCCiEi38SH+Mll3jzLHC0FmHrNJBQIUff7lju7IYDf9pPbMea8DE8oXlPI='/>
</item>
</channel>
</rss>
</rss>

0 comments on commit 1c75409

Please sign in to comment.