chore: bump version 10.1.0-dev (#1301)

This commit is contained in:
エリス
2021-07-30 17:08:04 +09:00
committed by GitHub
parent e69ab6a687
commit 4e5892c5ed
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ import android.webkit.WebChromeClient.CustomViewCallback;
* are not expected to implement it.
*/
public interface CordovaWebView {
public static final String CORDOVA_VERSION = "10.0.2-dev";
public static final String CORDOVA_VERSION = "10.1.0-dev";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);