From 47263dea1f4332b587458a90a8ca201f512a6e7d Mon Sep 17 00:00:00 2001 From: Watson Date: Sat, 17 Nov 2012 14:51:31 +0900 Subject: [PATCH] 1.29 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 67029e61..c4ee189a 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,4 @@ -PROJECT_VERSION = '1.28' +PROJECT_VERSION = '1.29' PLATFORMS_DIR = (ENV['PLATFORMS_DIR'] || '/Applications/Xcode.app/Contents/Developer/Platforms') sim_sdks = Dir.glob(File.join(PLATFORMS_DIR, 'iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator*.sdk')).map do |path|