Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CordovaLib/include/Cordova/CDVAvailability.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading