From 32d63c31641f52c83cd58d069d69083d1d74f2e9 Mon Sep 17 00:00:00 2001 From: Tomohiro TAIRA Date: Mon, 27 Oct 2014 22:02:31 +0900 Subject: [PATCH] Release v1.0.0 --- Gemfile.lock | 2 +- lib/airplayer/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6f50919..146ece3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - airplayer (1.0.0.pre) + airplayer (1.0.0) airplay (~> 1.0.2) celluloid (= 0.15.2) celluloid-io (= 0.15.0) diff --git a/lib/airplayer/version.rb b/lib/airplayer/version.rb index f917764..59ee43f 100644 --- a/lib/airplayer/version.rb +++ b/lib/airplayer/version.rb @@ -1,3 +1,3 @@ module AirPlayer - VERSION = '1.0.0.pre' + VERSION = '1.0.0' end