From 60a9392386ba7c1cbd106291e3b4836ae4ab828e Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Sat, 25 May 2024 01:49:45 +0200 Subject: [PATCH] Version bump to 0.2.0 --- README.md | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'] )