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 489dc3ed2d8b57dbcb0a38a404a0ca6f18a023d2 Author: Erisu <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
