From dc0c049a7d20e7e2e0f10b0601c79b5f81691f00 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Wed, 9 Jun 2021 16:57:25 +0000 Subject: [PATCH] release: 0.1.0 --- package.json | 2 +- src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9d75a362..25f57a38 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "git", "url": "https://github.com/getsentry/sentry-capacitor" }, - "version": "0.0.1", + "version": "0.1.0", "description": "Official Sentry SDK for Capacitor", "types": "dist/esm/index.d.ts", "main": "dist/plugin.js", diff --git a/src/version.ts b/src/version.ts index 98ba6540..0fb3d667 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ export const SDK_NAME = 'sentry.javascript.capacitor'; -export const SDK_VERSION = '0.0.1'; +export const SDK_VERSION = '0.1.0';