mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
v0.10.19
This commit is contained in:
parent
cfeb15259f
commit
e0d975e36a
|
@ -307,7 +307,7 @@ copyparty can invoke external programs to collect additional metadata for files
|
|||
|
||||
# browser support
|
||||
|
||||

|
||||

|
||||
|
||||
`ie` = internet-explorer, `ff` = firefox, `c` = chrome, `iOS` = iPhone/iPad, `Andr` = Android
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue