aboutsummaryrefslogtreecommitdiffhomepage
path: root/Releases/Manifests
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-06-15 17:51:59 -0400
committerGravatar GitHub <noreply@github.com>2018-06-15 17:51:59 -0400
commit063d1e91055a1baf5794f8512cf9589f1f06246b (patch)
tree238e411ffb7114bb5ed85b557dceef2948e42a71 /Releases/Manifests
parent7b1ed985b8b59bee8497493c84d35a2a1f081545 (diff)
Automate release version updating (#1414)
Diffstat (limited to 'Releases/Manifests')
-rw-r--r--Releases/Manifests/5.3.0.json4
-rw-r--r--Releases/Manifests/README3
2 files changed, 7 insertions, 0 deletions
diff --git a/Releases/Manifests/5.3.0.json b/Releases/Manifests/5.3.0.json
new file mode 100644
index 0000000..ae18cfa
--- /dev/null
+++ b/Releases/Manifests/5.3.0.json
@@ -0,0 +1,4 @@
+{
+ "FirebaseCore":"5.0.4",
+ "FirebaseFirestore":"0.12.4"
+} \ No newline at end of file
diff --git a/Releases/Manifests/README b/Releases/Manifests/README
new file mode 100644
index 0000000..0c7a631
--- /dev/null
+++ b/Releases/Manifests/README
@@ -0,0 +1,3 @@
+Each file in this directory corresponds with a Firebase release. The file
+includes a list of the podspecs and versions from this repo that updated in the
+Firebase release version indicated by the filename.