Version bump to 0.2.0
This commit is contained in:
parent
05298b6111
commit
60a9392386
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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']
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue