From aa5d2c88d64d75d000098c0c3c4f2c476150e188 Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Fri, 16 Oct 2015 11:23:15 -0700 Subject: [PATCH] v0.14.4 --- 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 7c01d1c35e..4af1627043 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.14.3", + "version": "0.14.4", "minimum_chrome_version": "43", "icons": { "48": "icons/icon48.png", diff --git a/shells/firefox/package.json b/shells/firefox/package.json index 3df1f40810..7dcd6a9f3e 100644 --- a/shells/firefox/package.json +++ b/shells/firefox/package.json @@ -1,7 +1,7 @@ { "title": "React Devtools", "name": "react-devtools", - "version": "0.14.2", + "version": "0.14.4", "description": "Adds React debugging tools to Firefox.", "main": "main/index.js", "author": "Facebook",