diff --git a/NEWS b/NEWS index a6bd7945..772f31eb 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/lib/motion/version.rb b/lib/motion/version.rb index dc9d3fff..78168d5b 100644 --- a/lib/motion/version.rb +++ b/lib/motion/version.rb @@ -24,5 +24,5 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. module Motion - Version = "2.32" + Version = "2.33" end