From 9f37fb4766610715ed06e793bc0e875540afb1ef Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Sun, 13 Jul 2025 17:14:24 +0900 Subject: [PATCH] bump release version up to 0.3.1 Signed-off-by: Takashi Sakamoto --- README.rst | 4 ++-- meson.build | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index c131fb8..59a79b9 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ The alsa-gobject project ======================== -2022/06/30 +2025/07/13 Takashi Sakamoto Introduction @@ -12,7 +12,7 @@ This project is a sub project in Advanced Linux Sound Architecture a.k.a ALSA, to produce libraries compatible with GObject introspection (g-i) for language bindings. -The latest release is `0.3.0 `_. +The latest release is `0.3.1 `_. Libraries produced by the project ================================= diff --git a/meson.build b/meson.build index d075e95..7666aae 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('alsa-gobject', 'c', - version: '0.3.0', + version: '0.3.1', license: 'LGPL-3', meson_version: '>= 0.48.0', ) -- 2.47.3