diff --git a/source/limit_library_search_by_ffprobe_data/changelog.md b/source/limit_library_search_by_ffprobe_data/changelog.md index 27435fbde..e35fc072e 100644 --- a/source/limit_library_search_by_ffprobe_data/changelog.md +++ b/source/limit_library_search_by_ffprobe_data/changelog.md @@ -1,4 +1,7 @@ +**0.0.4** +- Bump jsonata python dependency to v0.2.5 + **0.0.3** - updated ffmpeg helper lib to latest version diff --git a/source/limit_library_search_by_ffprobe_data/info.json b/source/limit_library_search_by_ffprobe_data/info.json index ce99f0dbc..81b8f5335 100644 --- a/source/limit_library_search_by_ffprobe_data/info.json +++ b/source/limit_library_search_by_ffprobe_data/info.json @@ -11,5 +11,5 @@ "on_library_management_file_test": 0 }, "tags": "audio,video,ffmpeg", - "version": "0.0.3" + "version": "0.0.4" } diff --git a/source/limit_library_search_by_ffprobe_data/requirements.txt b/source/limit_library_search_by_ffprobe_data/requirements.txt index 3d80b89d8..9e6f0344a 100644 --- a/source/limit_library_search_by_ffprobe_data/requirements.txt +++ b/source/limit_library_search_by_ffprobe_data/requirements.txt @@ -1 +1 @@ -jsonata==0.2.4 \ No newline at end of file +jsonata==0.2.5 \ No newline at end of file