Version 0.2.0

This commit is contained in:
2020-06-08 19:14:02 +02:00
parent f2ee812bc5
commit 8272352d64
3 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
import strformat import strformat
# Package # Package
version = "0.1.0" version = slurp("src/version")
author = "luxick" author = "luxick"
description = "Play an image slide show from different sources" description = "Play an image slide show from different sources"
license = "GPL-2.0" license = "GPL-2.0"

View File

@@ -6,7 +6,7 @@ import providers, server, common
const const
css = slurp("resources/app.css") css = slurp("resources/app.css")
version = "0.1" version = slurp("version")
helpString = [ helpString = [
"ESC\tClose program", "ESC\tClose program",
"H\tShow/Hide this help", "H\tShow/Hide this help",

1
src/version Normal file
View File

@@ -0,0 +1 @@
0.2.0