From bead8b6cc18e05d72a4eea2c31b13b8c294c8f83 Mon Sep 17 00:00:00 2001 From: Duncan Robertson Date: Fri, 14 Feb 2014 08:53:23 +0000 Subject: [PATCH] 1.3.1 release --- README.md | 7 +++---- Rakefile | 8 ++++++++ release_notes.html | 10 ++++++++-- releases.xml | 12 ++++++------ 4 files changed, 25 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 508f9c1..1a0c6a8 100644 --- a/README.md +++ b/README.md @@ -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. +
-rake clean
-rake build:release
-rake sparkle:clean
-rake sparkle:package
+rake do_release
 
You will need to copy the contents of sparkle/releases into the root files \ No newline at end of file diff --git a/Rakefile b/Rakefile index 6fde3e7..46d74df 100644 --- a/Rakefile +++ b/Rakefile @@ -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 diff --git a/release_notes.html b/release_notes.html index 2bc866f..57e17c8 100644 --- a/release_notes.html +++ b/release_notes.html @@ -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 \ No newline at end of file +* Use correct app identifier +* layout fix and optimisations \ No newline at end of file diff --git a/releases.xml b/releases.xml index 14b2b2b..8514f41 100644 --- a/releases.xml +++ b/releases.xml @@ -14,23 +14,23 @@ en - Wed, 05 Feb 2014 12:52:51 +0000 + Fri, 14 Feb 2014 08:37:50 +0000 - KyanBar 1.3.0 + KyanBar 1.3.1 - Wed, 05 Feb 2014 12:52:51 +0000 + Fri, 14 Feb 2014 08:37:50 +0000 - KyanBar-1.3.0 + KyanBar-1.3.1 https://raw.github.com/kyan/kyan_bar/master/release_notes.html - + - \ No newline at end of file +