File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 22#import < Cordova/CDVAvailability.h>
33@import Sentry;
44
5- NSString *const SentryCordovaVersionString = @" 0.16.1 " ;
5+ NSString *const SentryCordovaVersionString = @" 0.16.2 " ;
66NSString *const SentryCordovaSdkName = @" sentry-cordova" ;
77
88@implementation SentryCordova
Original file line number Diff line number Diff line change 11export const SDK_NAME = 'sentry.javascript.cordova' ;
2- export const SDK_VERSION = '0.16.1 ' ;
2+ export const SDK_VERSION = '0.16.2 ' ;
You can’t perform that action at this time.
0 commit comments