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
# Package
version = "0.1.0"
version = slurp("src/version")
author = "luxick"
description = "Play an image slide show from different sources"
license = "GPL-2.0"

View File

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

1
src/version Normal file
View File

@@ -0,0 +1 @@
0.2.0