Skip to content

Commit 534a1c2

Browse files
committed
release: 0.2.0
1 parent bbad604 commit 534a1c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"url": "https://github.com/getsentry/sentry-capacitor"
77
},
8-
"version": "0.1.0",
8+
"version": "0.2.0",
99
"description": "Official Sentry SDK for Capacitor",
1010
"types": "dist/esm/index.d.ts",
1111
"main": "dist/plugin.js",

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export const SDK_NAME = 'sentry.javascript.capacitor';
2-
export const SDK_VERSION = '0.1.0';
2+
export const SDK_VERSION = '0.2.0';

0 commit comments

Comments
 (0)