Skip to content

Commit

Permalink
Updated version to 5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Inrixia committed Apr 26, 2023
1 parent 2a984a9 commit c967adb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "floatplane-plex-downloader",
"version": "5.7.0",
"version": "5.8.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
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.7.0";
export const DownloaderVersion = "5.8.0";

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

Expand Down

0 comments on commit c967adb

Please sign in to comment.