From a767c7b5f366843fac481eb7899e4463b1e72179 Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Fri, 24 Jul 2015 15:16:45 -0700 Subject: [PATCH] Bump to 0.8.0 --- React.podspec | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/React.podspec b/React.podspec index 5d1929c469e24f..d5193bfcb466c2 100644 --- a/React.podspec +++ b/React.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "React" - s.version = "0.8.0-rc.2" + s.version = "0.8.0" s.summary = "Build high quality mobile apps using React." s.description = <<-DESC React Native apps are built using the React JS diff --git a/package.json b/package.json index 92960188d6d17c..6b40639a543654 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native", - "version": "0.8.0-rc.2", + "version": "0.8.0", "description": "A framework for building native apps using React", "license": "BSD-3-Clause", "repository": {