You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2018/09/27 00:20:48 UTC

[cordova-ios] branch 4.5.x updated: Set VERSION to 4.5.6-dev

This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch 4.5.x
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git


The following commit(s) were added to refs/heads/4.5.x by this push:
     new c8729e5  Set VERSION to 4.5.6-dev
c8729e5 is described below

commit c8729e5b6891bb29c444271e81cdd347af8b3925
Author: Christopher J. Brody <ch...@gmail.com>
AuthorDate: Wed Sep 26 20:19:50 2018 -0400

    Set VERSION to 4.5.6-dev
---
 CordovaLib/VERSION                    | 2 +-
 bin/templates/scripts/cordova/version | 2 +-
 package.json                          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CordovaLib/VERSION b/CordovaLib/VERSION
index 3afbea7..25033cd 100644
--- a/CordovaLib/VERSION
+++ b/CordovaLib/VERSION
@@ -1 +1 @@
-4.5.5
+4.5.6-dev
diff --git a/bin/templates/scripts/cordova/version b/bin/templates/scripts/cordova/version
index 1747088..a9b6bb7 100755
--- a/bin/templates/scripts/cordova/version
+++ b/bin/templates/scripts/cordova/version
@@ -26,7 +26,7 @@
 */
 
 // Coho updates this line
-var VERSION="4.5.5";
+var VERSION="4.5.6-dev";
 
 module.exports.version = VERSION;
 
diff --git a/package.json b/package.json
index 205219d..6b399db 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-ios",
-  "version": "4.5.5",
+  "version": "4.5.6-dev",
   "description": "cordova-ios release",
   "main": "bin/templates/scripts/cordova/Api.js",
   "repository": {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org