1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-03-22 05:45:50 +05:30

chore: bumped up neodlp-pot to v0.8.1

This commit is contained in:
2026-03-21 15:27:12 +05:30
Verified
parent fe05e6a2d4
commit c50e74e04c
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ const versions = {
'ffmpeg-ffprobe': 'latest', 'ffmpeg-ffprobe': 'latest',
'deno': '2.7.7', 'deno': '2.7.7',
'aria2c': '1.37.0', 'aria2c': '1.37.0',
'neodlp-pot': '0.7.2' 'neodlp-pot': '0.8.1'
}; };
const binaries = { const binaries = {

View File

@@ -1,6 +1,6 @@
from __future__ import annotations from __future__ import annotations
__version__ = '1.3.0' __version__ = '0.8.1'
import abc import abc
import json import json