Skip to content

Commit

Permalink
chore: bump and prepare 0.1.9 release
Browse files Browse the repository at this point in the history
Signed-off-by: Lachezar Lechev <lachezar@ambire.com>
  • Loading branch information
elpiel committed Nov 29, 2023
1 parent 9017d3a commit 5559054
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (C) 2017-2023 Smart code 203358507
[package]
name = "stremio-service"
version = "0.1.8"
version = "0.1.9"
edition = "2021"
authors = ["Stremio"]
description = "Stremio service - Freedom to Stream"
Expand Down
4 changes: 2 additions & 2 deletions generate_descriptor.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ const supportedArguments = Object.freeze({
},
dry_run: {
description:
"Do not upload the descriptor to S3. Just print it to stdout. The desctiptor is printed even if --quiet is set.",
"Do not upload the descriptor to S3. Just print it to stdout. The descriptor is printed even if --quiet is set.",
default: false,
parse: parseBooleanArgument,
},
wait_all: {
description:
"By default at least one file is required to produce a descriptor. This flag will cause the sctipt to exit (without error) if not all files are uploaded before generating the descriptor.",
"By default at least one file is required to produce a descriptor. This flag will cause the script to exit (without error) if not all files are uploaded before generating the descriptor.",
default: false,
parse: parseBooleanArgument,
},
Expand Down
1 change: 1 addition & 0 deletions resources/com.stremio.service.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<launchable type="desktop-id">com.stremio.Service.desktop</launchable>

<releases>
<release version="0.1.9" date="2023-11-29" />
<release version="0.1.8" date="2023-10-05" />
<release version="0.1.7" date="2023-10-05" />
<release version="0.1.6" date="2023-06-01" />
Expand Down

0 comments on commit 5559054

Please # to comment.