Skip to content

Commit

Permalink
1.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
whomwah committed Feb 14, 2014
1 parent 30746f7 commit bead8b6
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 12 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ which will create a real app in the `build` dir, you can put in your Application

# Build new version

Update release number in Rakefile.

<pre>
rake clean
rake build:release
rake sparkle:clean
rake sparkle:package
rake do_release
</pre>

You will need to copy the contents of sparkle/releases into the root files
8 changes: 8 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,11 @@ Motion::Project::App.setup do |app|
release :notes_filename, 'release_notes.html'
end
end

desc "Runs clean, build:release, sparkle:clean and sparkle:package at once"
task :do_release do
Rake::Task["clean"].invoke
Rake::Task["build:release"].invoke
Rake::Task["sparkle:clean"].invoke
Rake::Task["sparkle:package"].invoke
end
10 changes: 8 additions & 2 deletions release_notes.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
KyanBar - version 1.3.0
KyanBar - version 1.3.1
-----------------------

NOTE:

This update will blitz your preferences as the app identifier on OSX
was incorrect. Sorry, but this will be the only time this is required.

Updates:

* Jukebox HUB now shows track progress
* Use correct app identifier
* layout fix and optimisations
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, 05 Feb 2014 12:52:51 +0000
Fri, 14 Feb 2014 08:37:50 +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.3.0
KyanBar 1.3.1
</title>
<pubDate>
Wed, 05 Feb 2014 12:52:51 +0000
Fri, 14 Feb 2014 08:37:50 +0000
</pubDate>
<guid isPermaLink='false'>
KyanBar-1.3.0
KyanBar-1.3.1
</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.3.0/KyanBar.zip' length='4206878' type='application/octet-stream' sparkle:version='1.3.0' sparkle:dsaSignature='MC0CFQCCiEi38SH+Mll3jzLHC0FmHrNJBQIUff7lju7IYDf9pPbMea8DE8oXlPI='/>
<enclosure url='https://github.com/kyan/kyan_bar/releases/download/1.3.1/KyanBar.zip' length='4206488' type='application/octet-stream' sparkle:version='1.3.1' sparkle:dsaSignature='MCwCFD3IcGrIVAizyZwGO1mijtWjTyjrAhQ3fvQ84Dqocn6Ny6Mlt6lm9CM6Ww=='/>
</item>
</channel>
</rss>
</rss>

0 comments on commit bead8b6

Please sign in to comment.