Skip to content

Commit 8a957fb

Browse files
committed
chore: bump version 10.1.2-dev
1 parent e188c61 commit 8a957fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

framework/src/org/apache/cordova/CordovaWebView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Licensed to the Apache Software Foundation (ASF) under one
3131
* are not expected to implement it.
3232
*/
3333
public interface CordovaWebView {
34-
public static final String CORDOVA_VERSION = "10.1.1";
34+
public static final String CORDOVA_VERSION = "10.1.2-dev";
3535

3636
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);
3737

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-android",
3-
"version": "10.1.1",
3+
"version": "10.1.2-dev",
44
"description": "cordova-android release",
55
"main": "lib/Api.js",
66
"repository": "github:apache/cordova-android",

0 commit comments

Comments
 (0)