diff --git a/README.md b/README.md index dbc54050..cf604a5e 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ summary: all planned features work! now please enjoy the bloatening * ☑ FUSE client (read-only) * browser * ☑ tree-view - * ☑ audio player + * ☑ audio player (with OS media controls) * ☑ thumbnails * ☑ images using Pillow * ☑ videos using FFmpeg diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 2d3ec728..dd849994 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,8 +1,8 @@ # coding: utf-8 -VERSION = (0, 11, 21) +VERSION = (0, 11, 22) CODENAME = "the grid" -BUILD_DT = (2021, 6, 20) +BUILD_DT = (2021, 6, 21) S_VERSION = ".".join(map(str, VERSION)) S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)