Skip to content

Commit 2240309

Browse files
chore:update newrelic ios agent
1 parent 86599e0 commit 2240309

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "newrelic-cordova-plugin",
3-
"version": "7.0.5",
3+
"version": "7.0.6",
44
"description": "New Relic Cordova Plugin for iOS and Android",
55
"repo": "https://github.com/newrelic/newrelic-cordova-plugin/",
66
"scripts": {

plugin.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<?xml version="1.0" encoding="UTF-8"?>
77

88
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
9-
id="newrelic-cordova-plugin" version="7.0.5">
9+
id="newrelic-cordova-plugin" version="7.0.6">
1010
<name>NewRelic</name>
1111
<description>New Relic Cordova Plugin for iOS and Android</description>
1212
<author>New Relic</author>
@@ -18,7 +18,7 @@
1818
<engine name="cordova-android" version=">=5.0.0" />
1919
</engines>
2020

21-
<preference name="PLUGIN_VERSION" default="7.0.4" />
21+
<preference name="PLUGIN_VERSION" default="7.0.6" />
2222
<preference name="CRASH_REPORTING_ENABLED" default="true" />
2323
<preference name="DISTRIBUTED_TRACING_ENABLED" default="true" />
2424
<preference name="INTERACTION_TRACING_ENABLED" default="true" />
@@ -79,7 +79,7 @@
7979
<source url="https://cdn.cocoapods.org/" />
8080
</config>
8181
<pods use-frameworks="true">
82-
<pod name="NewRelicAgent" spec="~>7.5.3" />
82+
<pod name="NewRelicAgent" spec="~>7.5.4" />
8383
</pods>
8484
</podspec>
8585

0 commit comments

Comments
 (0)