From a386393c8cc4a111de4cd41524ee68254af02ae5 Mon Sep 17 00:00:00 2001 From: Anton Katunin Date: Sun, 15 Mar 2015 13:31:39 +0300 Subject: [PATCH] version 0.5.1 --- README.md | 6 ++++++ lib/web_airplay.rb | 7 +++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4fea9bb..c55e72d 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,12 @@ Download the latest version on [release page](https://github.com/antulik/web-air ## Changelog +### 0.5.1 - 2015/03/15 +- updated new version checker +- interface switched to progress bar +- refresh devices button +- video list is saved + ### v0.5 - 2015/03/14 - Added video queue - switched to new framework (from cuba to rails) diff --git a/lib/web_airplay.rb b/lib/web_airplay.rb index 74a90d0..4f61da9 100644 --- a/lib/web_airplay.rb +++ b/lib/web_airplay.rb @@ -1,5 +1,4 @@ module WebAirplay - VERSION = '0.5.0' - RELEASE_ID = 1050135 - -end \ No newline at end of file + VERSION = '0.5.1' + RELEASE_ID = 1051676 +end