You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2019/11/28 13:08:48 UTC

[cordova-ios] 01/04: chore: Set VERSION to 5.1.1

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

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

commit aae38a50ac949607d9988143ce49411592c7c843
Author: Erisu <el...@gmail.com>
AuthorDate: Thu Nov 28 21:52:08 2019 +0900

    chore: Set VERSION to 5.1.1
---
 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 831446c..ac14c3d 100644
--- a/CordovaLib/VERSION
+++ b/CordovaLib/VERSION
@@ -1 +1 @@
-5.1.0
+5.1.1
diff --git a/bin/templates/scripts/cordova/version b/bin/templates/scripts/cordova/version
index 503f373..8a81e66 100755
--- a/bin/templates/scripts/cordova/version
+++ b/bin/templates/scripts/cordova/version
@@ -26,7 +26,7 @@
 */
 
 // Coho updates this line
-var VERSION = '5.1.0';
+var VERSION = '5.1.1';
 
 module.exports.version = VERSION;
 
diff --git a/package.json b/package.json
index c64cb1b..3ea55e4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-ios",
-  "version": "5.1.0",
+  "version": "5.1.1",
   "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