Bump version to 3.0
This commit is contained in:
parent
04effa0ec1
commit
b90ce3299f
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
<property name="type-hint">dialog</property>
|
<property name="type-hint">dialog</property>
|
||||||
<property name="gravity">center</property>
|
<property name="gravity">center</property>
|
||||||
<property name="program-name">CoverGrid</property>
|
<property name="program-name">CoverGrid</property>
|
||||||
<property name="version">2.1.2</property>
|
<property name="version">3.0</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="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.suruatoel.xyz/codes/mcg</property>
|
<property name="website">http://www.suruatoel.xyz/codes/mcg</property>
|
||||||
<property name="logo-icon-name"/>
|
<property name="logo-icon-name"/>
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -53,7 +53,7 @@ setup(
|
||||||
'build_py': build_mcg
|
'build_py': build_mcg
|
||||||
},
|
},
|
||||||
name = "mcg",
|
name = "mcg",
|
||||||
version = '2.1.2',
|
version = '3.0',
|
||||||
description = "CoverGrid (mcg) is a client for the Music Player Daemon, focusing on albums instead of single tracks.",
|
description = "CoverGrid (mcg) is a client for the Music Player Daemon, focusing on albums instead of single tracks.",
|
||||||
url = "http://www.suruatoel.xyz/codes/mcg",
|
url = "http://www.suruatoel.xyz/codes/mcg",
|
||||||
author = "coderkun",
|
author = "coderkun",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue