We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbad604 commit 534a1c2Copy full SHA for 534a1c2
package.json
@@ -5,7 +5,7 @@
5
"type": "git",
6
"url": "https://github.com/getsentry/sentry-capacitor"
7
},
8
- "version": "0.1.0",
+ "version": "0.2.0",
9
"description": "Official Sentry SDK for Capacitor",
10
"types": "dist/esm/index.d.ts",
11
"main": "dist/plugin.js",
src/version.ts
@@ -1,2 +1,2 @@
1
export const SDK_NAME = 'sentry.javascript.capacitor';
2
-export const SDK_VERSION = '0.1.0';
+export const SDK_VERSION = '0.2.0';
0 commit comments