diff --git a/data/ui/info-dialog.ui b/data/ui/info-dialog.ui index e2dc642..7fef32c 100644 --- a/data/ui/info-dialog.ui +++ b/data/ui/info-dialog.ui @@ -10,7 +10,7 @@ dialog center CoverGrid - 3.0.1 + 3.0.2 CoverGrid is a client for the Music Player Daemon, focusing on albums instead of single tracks. http://www.suruatoel.xyz/codes/mcg diff --git a/setup.py b/setup.py index 9d400af..4f03440 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ setup( 'build_py': build_mcg }, name = "mcg", - version = '3.0.1', + version = '3.0.2', 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", author = "coderkun",