From e0d975e36a9a5f52503094878d249f573e07c93d Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 14 May 2021 00:00:15 +0200 Subject: [PATCH] v0.10.19 --- README.md | 2 +- copyparty/__version__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5ea37e6b..84b9937b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/copyparty/__version__.py b/copyparty/__version__.py index e18485ff..414b1892 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -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)