Skip to content

Commit e661f82

Browse files
committed
2.0.3
1 parent c45e9f0 commit e661f82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firebase-auth-cloudflare-workers",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Zero-dependencies firebase auth library for Cloudflare Workers.",
55
"author": "codehex",
66
"license": "MIT",

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '2.0.2';
1+
export const version = '2.0.3';

0 commit comments

Comments
 (0)