From acbbb6f41cc83f62de66afb4aefbe7b2b0e8137b Mon Sep 17 00:00:00 2001 From: bishalfan <60878859+bishalfan@users.noreply.github.com> Date: Mon, 17 Oct 2022 12:38:04 +0530 Subject: [PATCH] fix(codepush-install): sovled https://github.com/microsoft/react-native-code-push/issues/1981 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c8607ffd..edbac3659 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-code-push", - "version": "1000.0.3", + "version": "1000.0.4", "description": "React Native plugin for the CodePush service", "main": "CodePush.js", "typings": "typings/react-native-code-push.d.ts",