chore(post-release): bump v15.1.1-dev.0 (#1981)

This commit is contained in:
エリス
2026-07-22 16:44:28 +09:00
committed by GitHub
parent 6975aefc0d
commit 5cc0a8299e
3 changed files with 4 additions and 4 deletions
@@ -33,7 +33,7 @@ import android.webkit.WebChromeClient.CustomViewCallback;
* are not expected to implement it.
*/
public interface CordovaWebView {
public static final String CORDOVA_VERSION = "15.1.0";
public static final String CORDOVA_VERSION = "15.1.1-dev.0";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);