Skip to content

Commit 172e947

Browse files
committed
chore: bump version 13.0.1-dev
1 parent 2143045 commit 172e947

File tree

3 files changed

+4
-4
lines changed

3 files changed

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

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

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-android",
3-
"version": "13.0.0",
3+
"version": "13.0.1-dev",
44
"description": "cordova-android release",
55
"types": "./types/index.d.ts",
66
"main": "lib/Api.js",

0 commit comments

Comments
 (0)