chore: set version for patch release (#1285)

This commit is contained in:
エリス
2021-07-20 17:49:04 +09:00
committed by GitHub
parent 6081cc7442
commit 4f44036d0a
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.0-dev";
public static final String CORDOVA_VERSION = "10.0.1-dev";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);