Browse Source

add tagline, bump version number

master
Nils 4 years ago
parent
commit
57c61cffbb
  1. 8
      engine/config.py

8
engine/config.py

@ -17,8 +17,12 @@ METADATA={
#patroneo. But in complex programs with a bright future it will be "laborejo1" "laborejo2" etc.
"shortName" : "patroneo",
"version" : "1.4.1",
"year" : "2019",
#A very short description used in various places: Desktop file, overview on the website,
#release announcements, entries in software directories etc.
"tagline" : 'Easy to use pattern based midi sequencer.',
"version" : "1.5",
"year" : "2020",
"author" : "Laborejo Software Suite",
"url" : "https://www.laborejo.org/patroneo",

Loading…
Cancel
Save