Skip to content

Commit dc0c049

Browse files
committed
release: 0.1.0
1 parent 4001949 commit dc0c049

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.0.1",
8+
"version": "0.1.0",
99
"description": "Official Sentry SDK for Capacitor",
1010
"types": "dist/esm/index.d.ts",
1111
"main": "dist/plugin.js",

src/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.capacitor';
2-
export const SDK_VERSION = '0.0.1';
2+
export const SDK_VERSION = '0.1.0';

0 commit comments

Comments
 (0)