From 1a570628a272bc0d3fefc41450c4fd9df5e28195 Mon Sep 17 00:00:00 2001 From: Igor Krasavin Date: Fri, 29 May 2020 09:53:33 +0300 Subject: [PATCH] Bump version to 1.12.4 (#619) --- package-lock.json | 2 +- package.json | 2 +- plugin.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e786dd4..89cde79b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-code-push", - "version": "1.12.3", + "version": "1.12.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f77b8530..5661d740 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-code-push", - "version": "1.12.3", + "version": "1.12.4", "description": "CodePush Plugin for Apache Cordova", "cordova": { "id": "cordova-plugin-code-push", diff --git a/plugin.xml b/plugin.xml index b6a9b181..7d705001 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@  - + CodePush This plugin allows you to push code updates to your apps instantly using the CodePush service MIT