diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aef081..e97df2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -# 2.0.4(2024-08-xx) +# 2.0.4(2024-09-19) * if Content type of file download is not set in header, the gzip encoding is checked through magic header. * if source is m3u and stream id not a number, the entry is skipped and logged. * prefix and suffix was applied wrong, fixed. diff --git a/Cargo.lock b/Cargo.lock index a638d4d..7a25486 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1425,7 +1425,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "m3u-filter" -version = "2.0.3" +version = "2.0.4" dependencies = [ "actix-cors", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index 90bcdbf..c932775 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "m3u-filter" -version = "2.0.3" +version = "2.0.4" edition = "2021" [profile.release] diff --git a/frontend/package.json b/frontend/package.json index 64c5529..dcfe8c3 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -2,7 +2,7 @@ "name": "m3u-filter", "description": "m3u-filter", "author": "euzu", - "version": "2.0.3", + "version": "2.0.4", "private": true, "homepage": "./", "scripts": {