From b518d8ef82ddbc0846a04c0dd92565f35b6d3145 Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Thu, 30 Jun 2022 12:04:26 +0900 Subject: [PATCH] bump release version up to 0.1.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 f825a0e..f9dbeb2 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ The libhitaki project ===================== -2022/05/26 +2022/06/30 Takashi Sakamoto Introduction @@ -18,7 +18,7 @@ libhitaki does the work instead. I design the library for userspace applications to operate ALSA HwDep character device for specific functions implemented in ALSA drivers for Audio and Music unit in IEEE 1394 bus. -The latest release is `0.1.0 `_. +The latest release is `0.1.1 `_. License ======= diff --git a/meson.build b/meson.build index de47b27..531a512 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('hitaki', 'c', - version: '0.1.0', + version: '0.1.1', license: 'LGPL-3.0-or-later', meson_version: '>= 0.46.0', )