diff --git a/package.json b/package.json index f9dd280..99bf4d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workos-inc/authkit-remix", - "version": "0.3.1", + "version": "0.4.0", "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 fbc4aae..373315e 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.1'; +const VERSION = '0.4.0'; const options = { apiHostname: WORKOS_API_HOSTNAME,