From 50e5cc96aeb487ba81dbdc1b2020fee4162232d0 Mon Sep 17 00:00:00 2001 From: Shengyu Zhang Date: Sat, 30 Jul 2022 00:19:31 +0800 Subject: [PATCH] Script(update): bump version --- docs/conf.py | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 7e51e622..1f0a1bba 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,7 +60,7 @@ # built documents. # # The short X.Y version. -version = '1.4.0' +version = '1.4.1' # The full version, including alpha/beta/rc tags. release = version diff --git a/meson.build b/meson.build index 12240ebc..55a959d1 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'srain', 'c', - version: '1.4.0', + version: '1.4.1', license: 'GPL3', meson_version: '>= 0.47.0' )