Added 6.0.0 to CDVAvailability.h (via coho).
diff --git a/CordovaLib/CordovaLib/Classes/Commands/CDVAvailability.h b/CordovaLib/CordovaLib/Classes/Commands/CDVAvailability.h
index 0c40700..7f9cfca 100644
--- a/CordovaLib/CordovaLib/Classes/Commands/CDVAvailability.h
+++ b/CordovaLib/CordovaLib/Classes/Commands/CDVAvailability.h
@@ -1,5 +1,5 @@
 /*
-    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_5_0_0
+    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_6_0_0
  or more contributor license agreements.  See the NOTICE file
  distributed with this work for additional information
  regarding copyright ownership.  The ASF licenses this file
@@ -54,3 +54,4 @@
     #define CDV_EXEC_LOG(...) do {} while (NO)
 #endif
 #define __CORDOVA_5_0_0 50000
+#define __CORDOVA_6_0_0 60000