Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
whomwah committed Jan 6, 2014
1 parent 5948840 commit 5bdd059
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ which will create a real app in the `build` dir, you can put in your Application
# Build new version

<pre>
rake clean
rake build:release
rake sparkle:clean
rake sparkle:package
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Motion::Project::App.setup do |app|

app.sparkle do
release :base_url, 'https://raw.github.com/kyan/kyan_bar/master'
release :version, '1.1.3'
release :version, '1.1.4'

# Optional settings
release :feed_filename, 'releases.xml'
Expand Down
8 changes: 4 additions & 4 deletions release_notes.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
KyanBar - version 1.1.3
KyanBar - version 1.1.4
-----------------------

Updates:

* Window really does not auto resize any more
* possible fix for deploy on machines that previously crashed
* vote up/down icons are now built in
* Popup title bar has been removed
* Now shows who added track
* Bug fixes
14 changes: 6 additions & 8 deletions releases.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,23 @@
en
</language>
<pubDate>
Thu, 02 Jan 2014 08:27:11 +0000
Mon, 06 Jan 2014 13:46:11 +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.1.3
KyanBar 1.1.4
</title>
<pubDate>
Thu, 02 Jan 2014 08:27:11 +0000
Mon, 06 Jan 2014 13:46:11 +0000
</pubDate>
<guid isPermaLink='false'>
KyanBar-1.1.3
KyanBar-1.1.4
</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.1.3/KyanBar.zip' length='3739796' type='application/octet-stream' sparkle:version='1.1.3' sparkle:dsaSignature='MCwCFD8Yl+k4vehhnwocSRQX5SDC9I+AAhRYT2V79y4O6Tw2KyxcknKVUpvRoQ=='/>
<enclosure url='https://github.com/kyan/kyan_bar/releases/download/1.1.4/KyanBar.zip' length='3738052' type='application/octet-stream' sparkle:version='1.1.4' sparkle:dsaSignature='MCwCFE/7C0Qm/YgKVuWc0Lv9q24kxH+iAhQHVMvNwBCx02F9kU5Jv0SV+XfUdw=='/>
</item>
</channel>
</rss>


</rss>

0 comments on commit 5bdd059

Please sign in to comment.