diff --git a/CordovaLib/include/Cordova/CDVAvailability.h b/CordovaLib/include/Cordova/CDVAvailability.h index bfbe25751..f88901d14 100644 --- a/CordovaLib/include/Cordova/CDVAvailability.h +++ b/CordovaLib/include/Cordova/CDVAvailability.h @@ -87,6 +87,7 @@ #define __CORDOVA_8_0_1 80001 #define __CORDOVA_8_1_0 80100 #define __CORDOVA_8_1_1 80101 +#define __CORDOVA_8_2_0 80200 /* coho:next-version,insert-before */ #define __CORDOVA_NA 99999 /* not available */ @@ -99,7 +100,7 @@ */ #ifndef CORDOVA_VERSION_MIN_REQUIRED /* coho:next-version-min-required,replace-after */ - #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_8_1_1 + #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_8_2_0 #endif // TODO: Remove in Cordova iOS 9 diff --git a/package-lock.json b/package-lock.json index 7f2c47ae9..fbad0eaff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cordova-ios", - "version": "8.1.1", + "version": "8.2.0-dev.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cordova-ios", - "version": "8.1.1", + "version": "8.2.0-dev.0", "license": "Apache-2.0", "dependencies": { "bplist-parser": "^0.3.2", diff --git a/package.json b/package.json index 465423839..2210faba5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-ios", - "version": "8.1.1", + "version": "8.2.0-dev.0", "description": "cordova-ios release", "types": "./types/index.d.ts", "main": "lib/Api.js",