~jendrikseipp/pogo/github-stable

« back to all changes in this revision

Viewing changes to pogo/tools/consts.py

  • Committer: Jendrik Seipp
  • Date: 2020-07-19 18:22:18 UTC
  • Revision ID: git-v1:f8a2f925aea9ef880d67c538f059c5adf58f2014
Update version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
# --- Strings
36
36
appName = 'Pogo'
37
 
appVersion = '1.0'
 
37
appVersion = '1.0.1'
38
38
appNameShort = 'pogo'
39
39
commands = ['play', 'pause', 'prev', 'next', 'stop']
40
40