Skip to content

Commit

Permalink
5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Inrixia committed Oct 25, 2022
1 parent b5cc667 commit d944d6a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "floatplane-plex-downloader",
"version": "5.5.0",
"version": "5.6.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/float.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const fetchNewVideos = async (subscriptions: Array<Subscription>, videoProcessor
};

(async () => {
const version = "5.5.0";
const version = "5.6.0";
if (args.sanityCheck && version !== pkg.version) {
throw new Error(`Version mismatch! package.json says ${pkg.version} but float.ts says ${version}`);
}
Expand Down

0 comments on commit d944d6a

Please sign in to comment.