Skip to content

Commit 6b34141

Browse files
committed
release: 0.16.2
1 parent 6c38207 commit 6b34141

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.16.1",
3+
"version": "0.16.2",
44
"main": "dist/js/sentry-cordova.js",
55
"types": "dist/js/sentry-cordova.d.ts",
66
"license": "MIT",

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.16.1">
3+
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="sentry-cordova" version="0.16.2">
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.16.1";
5+
NSString *const SentryCordovaVersionString = @"0.16.2";
66
NSString *const SentryCordovaSdkName = @"sentry-cordova";
77

88
@implementation SentryCordova

src/js/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export const SDK_NAME = 'sentry.javascript.cordova';
2-
export const SDK_VERSION = '0.16.1';
2+
export const SDK_VERSION = '0.16.2';

0 commit comments

Comments
 (0)