From bacc514a31f1b78f34c2761e9d0910ec3264b496 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Mon, 22 Aug 2016 13:41:28 +0100 Subject: [PATCH] 0.15.3 --- shells/chrome/manifest.json | 2 +- shells/firefox/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shells/chrome/manifest.json b/shells/chrome/manifest.json index cd3c772b30..8e34ada2b7 100644 --- a/shells/chrome/manifest.json +++ b/shells/chrome/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "React Developer Tools", "description": "Adds React debugging tools to the Chrome Developer Tools.", - "version": "0.15.2", + "version": "0.15.3", "minimum_chrome_version": "43", "icons": { "48": "icons/icon48.png", diff --git a/shells/firefox/package.json b/shells/firefox/package.json index 345f5f83df..40c596c98b 100644 --- a/shells/firefox/package.json +++ b/shells/firefox/package.json @@ -1,7 +1,7 @@ { "title": "React Devtools", "name": "react-devtools", - "version": "0.15.2", + "version": "0.15.3", "description": "Adds React debugging tools to Firefox.", "main": "main/index.js", "author": "Facebook",