Skip to content

Commit 9edf55d

Browse files
committed
5.2.4
1 parent a500578 commit 9edf55d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "floatplane",
3-
"version": "5.2.3",
3+
"version": "5.2.4",
44
"description": "Library for interfacing with the LMG Floatplane.com api",
55
"type": "module",
66
"dependencies": {

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { TokenEndpointResponse } from "openid-client";
1111
import { Content } from "./content.js";
1212
import { Core } from "./Core.js";
1313

14-
export const version = "5.2.3";
14+
export const version = "5.2.4";
1515

1616
export type AuthToken = TokenEndpointResponse & { expiresEpoch?: number };
1717
export type OnDeviceCode = (response: client.DeviceAuthorizationResponse) => any;

0 commit comments

Comments
 (0)