This commit is contained in:
Watson
2014-09-21 02:01:34 +09:00
parent 4ac164737e
commit 2bca2883a2
2 changed files with 8 additions and 1 deletions

7
NEWS
View File

@@ -1,3 +1,10 @@
= RubyMotion 2.33 =
* Added support for installing pre-releases of RubyMotion. The
`sudo motion update --pre' command will install a pre-release build in
`/Library/RubyMotionPre'. Currently, the pre-release channel contains
the first beta of RubyMotion for Android. Enjoy! ^_^
= RubyMotion 2.32 =
* The iOS 8.0 and OS X 10.10 versions of the runtime have been recompiled

View File

@@ -24,5 +24,5 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
module Motion
Version = "2.32"
Version = "2.33"
end