diff --git a/package.json b/package.json index 0b61c8a..f9dd280 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workos-inc/authkit-remix", - "version": "0.3.0", + "version": "0.3.1", "description": "Authentication and session helpers for using WorkOS & AuthKit with Remix", "sideEffects": false, "type": "commonjs", diff --git a/src/workos.ts b/src/workos.ts index d683ba3..fbc4aae 100644 --- a/src/workos.ts +++ b/src/workos.ts @@ -1,7 +1,7 @@ import { WorkOS } from '@workos-inc/node'; import { WORKOS_API_HOSTNAME, WORKOS_API_HTTPS, WORKOS_API_KEY, WORKOS_API_PORT } from './env-variables.js'; -const VERSION = '0.3.0'; +const VERSION = '0.3.1'; const options = { apiHostname: WORKOS_API_HOSTNAME,