Skip to content

Commit 7544fdf

Browse files
authored
chore: bump CordovaWebView version to 14.0.0-dev (#1782)
1 parent 8f458b0 commit 7544fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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 = "13.0.1-dev";
34+
public static final String CORDOVA_VERSION = "14.0.0-dev";
3535

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

0 commit comments

Comments
 (0)