This commit is contained in:
ed 2021-05-14 00:00:15 +02:00
parent cfeb15259f
commit e0d975e36a
2 changed files with 3 additions and 3 deletions

View file

@ -307,7 +307,7 @@ copyparty can invoke external programs to collect additional metadata for files
# browser support
![copyparty-ie4-fs8](https://user-images.githubusercontent.com/241032/116009043-a1909d80-a617-11eb-9140-037ad6604899.png)
![copyparty-ie4-fs8](https://user-images.githubusercontent.com/241032/118192791-fb31fe00-b446-11eb-9647-898ea8efc1f7.png)
`ie` = internet-explorer, `ff` = firefox, `c` = chrome, `iOS` = iPhone/iPad, `Andr` = Android

View file

@ -1,8 +1,8 @@
# coding: utf-8
VERSION = (0, 10, 18)
VERSION = (0, 10, 19)
CODENAME = "zip it"
BUILD_DT = (2021, 5, 13)
BUILD_DT = (2021, 5, 14)
S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)