From 45d3d7924ba3a09f900c8eff9557757f17799bd3 Mon Sep 17 00:00:00 2001 From: Jhen Date: Tue, 2 Oct 2018 22:19:05 +0800 Subject: [PATCH] v0.7.21 --- dist/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/package.json b/dist/package.json index 4884153f..e54d1bf0 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "react-native-debugger", - "version": "0.7.20", + "version": "0.7.21", "productName": "React Native Debugger", "description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools", "main": "main.js", diff --git a/package.json b/package.json index bb7a9c5a..684e977f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-debugger", - "version": "0.7.20", + "version": "0.7.21", "productName": "React Native Debugger In Dev", "description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools", "main": "electron/main.js",