Skip to content

Commit 389449c

Browse files
committed
release: 0.8.0
1 parent 0f8e66d commit 389449c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sentry-cordova",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"main": "dist/js/sentry-cordova.js",
55
"license": "MIT",
66
"repository": "git://github.com/getsentry/sentry-cordova.git",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="sentry-cordova" version="0.7.0">
3+
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="sentry-cordova" version="0.8.0">
44
<name>Sentry</name>
55
<author>Sentry</author>
66
<description>Official Sentry SDK for Cordova</description>

src/ios/SentryCordova.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#import <Cordova/CDVAvailability.h>
33
@import Sentry;
44

5-
NSString *const SentryCordovaVersionString = @"0.7.0";
5+
NSString *const SentryCordovaVersionString = @"0.8.0";
66
NSString *const SentryCordovaSdkName = @"sentry-cordova";
77

88
@implementation SentryCordova

0 commit comments

Comments
 (0)