Skip to content

Commit

Permalink
Bump to v0.2.0. (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgd authored Jul 15, 2024
1 parent b5f4bcb commit 015cf30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workos-inc/authkit-remix",
"version": "0.1.0",
"version": "0.2.0",
"description": "Authentication and session helpers for using WorkOS & AuthKit with Remix",
"sideEffects": false,
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion src/workos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const options = {
port: WORKOS_API_PORT ? parseInt(WORKOS_API_PORT) : undefined,
appInfo: {
name: 'authkit-remix',
version: '0.1.0',
version: '0.2.0',
},
};

Expand Down

0 comments on commit 015cf30

Please sign in to comment.