Bump version to 2.0.2

This commit is contained in:
coderkun 2020-03-15 15:23:08 +01:00
parent aa196aa994
commit 21f37dc62c
2 changed files with 2 additions and 2 deletions

View file

@ -1970,7 +1970,7 @@
<property name="gravity">center</property> <property name="gravity">center</property>
<property name="transient_for">appwindow</property> <property name="transient_for">appwindow</property>
<property name="program_name">CoverGrid</property> <property name="program_name">CoverGrid</property>
<property name="version">2.0.1</property> <property name="version">2.0.2</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">mcg.svg</property> <property name="logo">mcg.svg</property>

View file

@ -53,7 +53,7 @@ setup(
'build_py': build_mcg 'build_py': build_mcg
}, },
name = "mcg", name = "mcg",
version = '2.0.1', version = '2.0.2',
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",