Skip to content

Commit 015cf30

Browse files
authored
Bump to v0.2.0. (#9)
1 parent b5f4bcb commit 015cf30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workos-inc/authkit-remix",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Authentication and session helpers for using WorkOS & AuthKit with Remix",
55
"sideEffects": false,
66
"type": "commonjs",

src/workos.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const options = {
77
port: WORKOS_API_PORT ? parseInt(WORKOS_API_PORT) : undefined,
88
appInfo: {
99
name: 'authkit-remix',
10-
version: '0.1.0',
10+
version: '0.2.0',
1111
},
1212
};
1313

0 commit comments

Comments
 (0)