Skip to content

Commit e7bc393

Browse files
committed
Added 6.1.0 to CDVAvailability.h (via coho).
1 parent 1bfeb91 commit e7bc393

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CordovaLib/Classes/Public/CDVAvailability.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
#define __CORDOVA_5_1_0 50100
7777
#define __CORDOVA_5_1_1 50101
7878
#define __CORDOVA_6_0_0 60000
79+
#define __CORDOVA_6_1_0 60100
7980
/* coho:next-version,insert-before */
8081
#define __CORDOVA_NA 99999 /* not available */
8182

@@ -88,7 +89,7 @@
8889
*/
8990
#ifndef CORDOVA_VERSION_MIN_REQUIRED
9091
/* coho:next-version-min-required,replace-after */
91-
#define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_6_0_0
92+
#define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_6_1_0
9293
#endif
9394

9495
/*

0 commit comments

Comments
 (0)