From bfb8eac62d8d3a39816989fdd7849c06a110f496 Mon Sep 17 00:00:00 2001 From: coderkun Date: Sat, 21 Jan 2023 17:16:31 +0100 Subject: [PATCH] Bump version to 3.2 --- data/ui/info-dialog.ui | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/ui/info-dialog.ui b/data/ui/info-dialog.ui index 99b3524..d6c0ed8 100644 --- a/data/ui/info-dialog.ui +++ b/data/ui/info-dialog.ui @@ -10,7 +10,7 @@ dialog center CoverGrid - 3.1 + 3.2 CoverGrid is a client for the Music Player Daemon, focusing on albums instead of single tracks. http://www.suruatoel.xyz/codes/mcg xyz.suruatoel.mcg diff --git a/meson.build b/meson.build index d644865..1ce0af4 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mcg', - version: '3.1', + version: '3.2', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2',