diff --git a/components/Page.tsx b/components/Page.tsx index 84ea805..38d783b 100644 --- a/components/Page.tsx +++ b/components/Page.tsx @@ -32,7 +32,7 @@ function Page(props: PageProps): JSX.Element { {t('common:gitHub')} {t('common:returnToMainSite')} -
Last updated: 2021-10-25 (v2.2.4)
+
Last updated: 2021-10-25 (v2.2.5)
diff --git a/package.json b/package.json index 8c98982..179a958 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grassroots_covidpass", - "version": "2.2.4", + "version": "2.2.5", "author": "Billy Lo ", "license": "MIT", "private": false, diff --git a/src/sentry.ts b/src/sentry.ts index 9d0c0fa..8097d85 100644 --- a/src/sentry.ts +++ b/src/sentry.ts @@ -3,7 +3,7 @@ import { Integrations } from '@sentry/tracing'; export const initSentry = () => { SentryModule.init({ - release: 'grassroots_covidpass@2.2.4', // App version. Needs to be manually updated as we go unless we make the build smarter + release: 'grassroots_covidpass@2.2.5', // App version. Needs to be manually updated as we go unless we make the build smarter dsn: 'https://7120dcf8548c4c5cb148cdde2ed6a778@o1015766.ingest.sentry.io/5981424', integrations: [ new Integrations.BrowserTracing(),