Skip to content

Commit

Permalink
v5.10.0 - Floatplane fixes & maxDownloadSpeed
Browse files Browse the repository at this point in the history
  • Loading branch information
Inrixia committed Aug 18, 2023
1 parent 70e5683 commit 42af26b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "floatplane-plex-downloader",
"version": "5.9.0",
"version": "5.10.0",
"private": true,
"type": "module",
"scripts": {
Expand Down Expand Up @@ -51,4 +51,4 @@
"pkg": "^5.8.1",
"typescript": "^5.1.6"
}
}
}
2 changes: 1 addition & 1 deletion src/lib/helpers.ts
Expand Up @@ -14,7 +14,7 @@ import "dotenv/config";
import json5 from "json5";
const { parse } = json5;

export const DownloaderVersion = "5.9.0";
export const DownloaderVersion = "5.10.0";

import type { PartialArgs, Settings } from "./types.js";

Expand Down

0 comments on commit 42af26b

Please sign in to comment.