Skip to content

Commit f17c770

Browse files
committed
šŸ› Fix a bug where the plugin id did not match the package on npm, and resulted in errors.
1 parent 72e6b29 commit f17c770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ā€Žplugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
44
xmlns:android="http://schemas.android.com/apk/res/android"
5-
id="com.instabug.cordova.plugin"
6-
version="1.0.0">
5+
id="instabug-cordova"
6+
version="1.10.0">
77

88
<name>instabug-cordova</name>
99

0 commit comments

Comments
Ā (0)