diff --git a/README.md b/README.md index d020e58..fcc1a48 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ revision = ebca413c0a3e885ac1901bd555e127476c40b057 [provide] wrenpp = wrenpp_dep -dependency_names = wrenpp-0.1.3 +dependency_names = wrenpp-0.2.0 ``` This will make Wrenpp build as part of your project with Wren's optional random diff --git a/meson.build b/meson.build index c91d1c4..37305be 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('wrenpp', 'cpp', - version: '0.1.3', + version: '0.2.0', meson_version: '>=0.54.0', default_options: ['buildtype=release', 'cpp_std=c++20', 'b_ndebug=if-release'] )