Version bump to 0.1.3

This commit is contained in:
King_DuckZ 2022-05-15 23:09:49 +02:00
parent c59cc03f49
commit a17e49dd27

View file

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