From c7252604d2fa3c087359990b3e58ead48234879c Mon Sep 17 00:00:00 2001 From: "Tomohiro, TAIRA" Date: Wed, 10 Oct 2012 21:16:15 +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 6cd64c7..f7c85ac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - airplayer (0.0.4) + airplayer (0.0.5) airplay mime-types rack diff --git a/lib/airplayer/version.rb b/lib/airplayer/version.rb index 0807c8b..900c612 100644 --- a/lib/airplayer/version.rb +++ b/lib/airplayer/version.rb @@ -1,3 +1,3 @@ module AirPlayer - VERSION = '0.0.4' + VERSION = '0.0.5' end