From b792817a4354d2ae3fd634c8d01bf30ce75d15e4 Mon Sep 17 00:00:00 2001 From: Watson Date: Sat, 11 May 2013 10:00:58 +0900 Subject: [PATCH] 2.0 --- NEWS | 2 +- Rakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index f1a2bb66..d762b313 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -= RubyMotion 1.36 = += RubyMotion 2.0 = * Added OSX development support. Use `motion create --template=osx' to create an OSX project. Use `rake -T' inside to see the available tasks and diff --git a/Rakefile b/Rakefile index 3f78ae36..768709f2 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,4 @@ -PROJECT_VERSION = '1.36' +PROJECT_VERSION = '2.0' 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|