Skip to content

Commit 766adcf

Browse files
authored
chore: bump 7.1.0-dev for next minor release (#1403)
1 parent 92017bb commit 766adcf

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CordovaLib/include/Cordova/CDVAvailability.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
#define __CORDOVA_6_3_0 60300
8282
#define __CORDOVA_7_0_0 70000
8383
#define __CORDOVA_7_0_1 70001
84+
#define __CORDOVA_7_1_0 70100
8485
/* coho:next-version,insert-before */
8586
#define __CORDOVA_NA 99999 /* not available */
8687

@@ -93,7 +94,7 @@
9394
*/
9495
#ifndef CORDOVA_VERSION_MIN_REQUIRED
9596
/* coho:next-version-min-required,replace-after */
96-
#define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_7_0_1
97+
#define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_7_1_0
9798
#endif
9899

99100
/*

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-ios",
3-
"version": "7.0.2-dev",
3+
"version": "7.1.0-dev",
44
"description": "cordova-ios release",
55
"types": "./types/index.d.ts",
66
"main": "lib/Api.js",

0 commit comments

Comments
 (0)