Skip to content

Commit dc93ca9

Browse files
SalmaAliSalmaAli
authored andcommitted
🎉 Bump version to v8.0.0
2 parents 5102a37 + 7bab81a commit dc93ca9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+3038
-433
lines changed

‎build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ android {
2121
}
2222

2323
dependencies {
24-
compile 'com.instabug.library:instabug:4.15.2'
24+
compile 'com.instabug.library:instabug:8.0.1'
2525
compile 'com.android.support:multidex:1.0.0'
2626
}

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "instabug-cordova",
3-
"version": "1.14.1",
3+
"version": "8.0.0",
44
"description": "The purpose of this plugin is to simplify the process of integrating the Instabug SDK in a hybrid application, as well as to provide an interface to interfacing with the SDK through JavaScript.",
55
"main": "index.js",
66
"repository": {

‎plugin.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@
2828
<js-module src="www/instabug.js" name="Instabug">
2929
<clobbers target="cordova.plugins.instabug"/>
3030
</js-module>
31+
<js-module src="www/bugReporting.js" name="BugReporting">
32+
<clobbers target="cordova.plugins.bugReporting"/>
33+
</js-module>
34+
<js-module src="www/featureRequests.js" name="FeatureRequests">
35+
<clobbers target="cordova.plugins.featureRequests"/>
36+
</js-module>
37+
<js-module src="www/surveys.js" name="Surveys">
38+
<clobbers target="cordova.plugins.surveys"/>
39+
</js-module>
3140

3241
<!-- android -->
3342
<platform name="android">

0 commit comments

Comments
 (0)