Release 0.3.1

This commit is contained in:
Tom A. Wagner
2021-09-30 08:45:11 +02:00
parent e9753dd078
commit 50b150c01a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "helvum" name = "helvum"
version = "0.3.0" version = "0.3.1"
authors = ["Tom A. Wagner <tom.a.wagner@protonmail.com>"] authors = ["Tom A. Wagner <tom.a.wagner@protonmail.com>"]
edition = "2018" edition = "2018"
license = "GPL-3.0-only" license = "GPL-3.0-only"

View File

@@ -1,7 +1,7 @@
project( project(
'helvum', 'helvum',
'rust', 'rust',
version: '0.3.0', version: '0.3.1',
license: 'GPL-3.0', license: 'GPL-3.0',
meson_version: '>=0.50.0' meson_version: '>=0.50.0'
) )