Bump version to 1.1

This commit is contained in:
coderkun 2017-08-26 12:02:56 +02:00
parent b5e76b4041
commit 9576353a70
2 changed files with 2 additions and 2 deletions

View file

@ -1334,7 +1334,7 @@
<property name="gravity">center</property>
<property name="transient_for">appwindow</property>
<property name="program_name">CoverGrid</property>
<property name="version">1.0</property>
<property name="version">1.1</property>
<property name="comments" translatable="yes">CoverGrid is a client for the Music Player Daemon, focusing on albums instead of single tracks.</property>
<property name="website">http://www.coderkun.de/codes/mcg</property>
<property name="logo">mcg.svg</property>

View file

@ -53,7 +53,7 @@ setup(
'build_py': build_mcg
},
name = "mcg",
version = '1.0',
version = '1.1',
description = "CoverGrid (mcg) is a client for the Music Player Daemon, focusing on albums instead of single tracks.",
url = "http://www.coderkun.de/codes/mcg",
author = "coderkun",