From d23cbbaef5e30558945709ba645d588809760062 Mon Sep 17 00:00:00 2001 From: Crazypersonalph <93847055+Crazypersonalph@users.noreply.github.com> Date: Wed, 6 Dec 2023 15:22:10 +0800 Subject: [PATCH] version bump --- package.json | 2 +- src/SEQTA.ts | 2 +- src/background.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6fee840d..2b611fc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "betterseqtaplus", - "version": "1.0.0", + "version": "3.2.2", "type": "module", "description": "BetterSEQTA+ is a browser extension that adds features to SEQTA.", "main": "webpack.config.js", diff --git a/src/SEQTA.ts b/src/SEQTA.ts index cf2965cd..647098f3 100644 --- a/src/SEQTA.ts +++ b/src/SEQTA.ts @@ -6,7 +6,7 @@ Sentry.init({ // Alternatively, use `process.env.npm_package_version` for a dynamic release version // if your build tool supports it. - release: "my-project-name@2.3.12", + release: "betterseqtaplus@3.2.2", integrations: [new Sentry.BrowserTracing(), new Sentry.Replay()], // Set tracesSampleRate to 1.0 to capture 100% diff --git a/src/background.ts b/src/background.ts index 772553a9..e9fc238c 100644 --- a/src/background.ts +++ b/src/background.ts @@ -6,7 +6,7 @@ Sentry.init({ // Alternatively, use `process.env.npm_package_version` for a dynamic release version // if your build tool supports it. - release: "my-project-name@2.3.12", + release: "betterseqtaplus@3.2.2", integrations: [new Sentry.BrowserTracing(), new Sentry.Replay()], // Set tracesSampleRate to 1.0 to capture 100%