Compare commits

...
Author SHA1 Message Date
Mike Grabowski ff8257c47e [0.42.0-rc.1] Bump version numbers 2017-02-03 09:19:19 +01:00
Mike Grabowski 0ec85db3bf Remove bundle.js 2017-02-03 09:18:48 +01:00
Mike Grabowski 26060a4526 [0.42.0-rc.0] Bump version numbers 2017-02-02 18:47:00 +01:00
5 changed files with 5 additions and 22716 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
Pod::Spec.new do |s|
s.name = "React"
s.version = package['version']
s.version = "0.42.0-rc.1"
s.summary = package['description']
s.description = <<-DESC
React Native apps are built using the React JS
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=1000.0.0-master
VERSION_NAME=0.42.0-rc.1
GROUP=com.facebook.react
POM_NAME=ReactNative
@@ -1,2 +1,3 @@
/captures/*
preLoadedCapture.js
bundle.js
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "react-native",
"version": "1000.0.0",
"version": "0.42.0-rc.1",
"description": "A framework for building native apps using React",
"license": "BSD-3-Clause",
"repository": {
@@ -211,4 +211,4 @@
"shelljs": "0.6.0",
"sinon": "^2.0.0-pre.2"
}
}
}