Skip to content

Commit fa4bfc9

Browse files
committed
1.2.2
1 parent bb7d4c6 commit fa4bfc9

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": "firebase-auth-cloudflare-workers",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Zero-dependencies firebase auth library for Cloudflare Workers.",
55
"author": "codehex",
66
"license": "MIT",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '1.2.1';
1+
export const version = '1.2.2';

0 commit comments

Comments
 (0)