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 df2ef3093a077212387389fcffca687d29273d3b Author: Erisu <[email protected]> AuthorDate: Thu Nov 28 21:53:47 2019 +0900 chore: Added 5.1.1 to CDVAvailability.h --- CordovaLib/Classes/Public/CDVAvailability.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CordovaLib/Classes/Public/CDVAvailability.h b/CordovaLib/Classes/Public/CDVAvailability.h index cd09d9f..00498ab 100644 --- a/CordovaLib/Classes/Public/CDVAvailability.h +++ b/CordovaLib/Classes/Public/CDVAvailability.h @@ -74,6 +74,7 @@ #define __CORDOVA_5_0_0 50000 #define __CORDOVA_5_0_1 50001 #define __CORDOVA_5_1_0 50100 +#define __CORDOVA_5_1_1 50101 /* coho:next-version,insert-before */ #define __CORDOVA_NA 99999 /* not available */ @@ -86,7 +87,7 @@ */ #ifndef CORDOVA_VERSION_MIN_REQUIRED /* coho:next-version-min-required,replace-after */ - #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_5_1_0 + #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_5_1_1 #endif /* --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
