diff options
author | morpheus65535 <[email protected]> | 2023-03-12 19:51:04 -0400 |
---|---|---|
committer | morpheus65535 <[email protected]> | 2023-03-12 19:51:04 -0400 |
commit | fb6ac47bea64c5715672e4f11be8ffc1e02e32bf (patch) | |
tree | 43bfe6a4aea3177cd9687326a1f6d645d6faa83f /libs/version.txt | |
parent | 587af7d138f1b11e034c16a70b1032a8932cc59c (diff) | |
download | bazarr-fb6ac47bea64c5715672e4f11be8ffc1e02e32bf.tar.gz bazarr-fb6ac47bea64c5715672e4f11be8ffc1e02e32bf.zip |
Fixed permissions issue with cache file. #2084v1.2.1-beta.2
Diffstat (limited to 'libs/version.txt')
-rw-r--r-- | libs/version.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/version.txt b/libs/version.txt index 8316736be..13afd5a8e 100644 --- a/libs/version.txt +++ b/libs/version.txt @@ -128,7 +128,7 @@ webencodings==0.5.1 # Required-by: subzero backports.functools-lru-cache==1.6.4 -fcache==0.4.7 +fcache==0.4.7 # https://github.com/tsroten/fcache/pull/34 json_tricks==3.16.1 tld==0.12.6 # https://github.com/barseghyanartur/tld/pull/119 |