This commit is contained in:
ed 2021-06-21 20:30:29 +02:00
parent 8c28266418
commit 3ab1acf32c
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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)