From 45617994907f481197d332ba3ac19e15b526271f Mon Sep 17 00:00:00 2001 From: Tomohiro TAIRA Date: Sun, 19 Jan 2014 22:30:03 +0900 Subject: [PATCH] Bump version --- Gemfile.lock | 2 +- lib/airplayer/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 84192a0..a25e66e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - airplayer (0.0.8) + airplayer (0.0.9) airplay (= 1.0.2) mime-types nokogiri diff --git a/lib/airplayer/version.rb b/lib/airplayer/version.rb index 7f17b55..dbc0ebf 100644 --- a/lib/airplayer/version.rb +++ b/lib/airplayer/version.rb @@ -1,3 +1,3 @@ module AirPlayer - VERSION = '0.0.8' + VERSION = '0.0.9' end