Skip to content

Commit

Permalink
v0.10.19
Browse files Browse the repository at this point in the history
  • Loading branch information
9001 committed May 13, 2021
1 parent cfeb152 commit e0d975e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions copyparty/__version__.py
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit e0d975e

Please sign in to comment.