From 4eb301cd36c2e92da3ea85617a5733b063595820 Mon Sep 17 00:00:00 2001 From: Tomohiro TAIRA Date: Thu, 23 Oct 2014 23:43:07 +0900 Subject: [PATCH] Bump version to v1.0.0.pre --- Gemfile.lock | 2 +- lib/airplayer/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index cdbce1b..6f50919 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - airplayer (0.1.0) + airplayer (1.0.0.pre) 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 c0dc49c..f917764 100644 --- a/lib/airplayer/version.rb +++ b/lib/airplayer/version.rb @@ -1,3 +1,3 @@ module AirPlayer - VERSION = '0.1.0' + VERSION = '1.0.0.pre' end