Version bump to 0.1.1

This commit is contained in:
King_DuckZ 2020-05-04 00:41:39 +02:00
parent 18e28bd5b6
commit 4360ad03cf

View file

@ -1,5 +1,5 @@
project('wrenpp', 'cpp',
version: '0.1.0',
version: '0.1.1',
meson_version: '>=0.49.2',
default_options: ['buildtype=release', 'cpp_std=c++17', 'b_ndebug=if-release'],
)