Version 0.2.0
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
1
src/version
Normal file
@@ -0,0 +1 @@
|
||||
0.2.0
|
||||
Reference in New Issue
Block a user