Skip to content

Commit

Permalink
Merge release/0.12.3 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT authored Aug 29, 2018
2 parents fd4e45e + 38dfefd commit a1a9005
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sentry-cordova",
"version": "0.12.2",
"version": "0.12.3",
"main": "dist/js/sentry-cordova.js",
"types": "dist/js/sentry-cordova.d.ts",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="sentry-cordova" version="0.12.2">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="sentry-cordova" version="0.12.3">
<name>Sentry</name>
<author>Sentry</author>
<description>Official Sentry SDK for Cordova</description>
Expand Down
2 changes: 1 addition & 1 deletion src/ios/SentryCordova.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#import <Cordova/CDVAvailability.h>
@import Sentry;

NSString *const SentryCordovaVersionString = @"0.12.2";
NSString *const SentryCordovaVersionString = @"0.12.3";
NSString *const SentryCordovaSdkName = @"sentry-cordova";

@implementation SentryCordova
Expand Down
2 changes: 1 addition & 1 deletion src/js/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const SDK_NAME = 'sentry.javascript.cordova';
export const SDK_VERSION = '0.12.2';
export const SDK_VERSION = '0.12.3';

0 comments on commit a1a9005

Please sign in to comment.