diff options
| author | Fuwn <[email protected]> | 2022-06-19 19:27:31 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-19 19:27:31 +0000 |
| commit | eeac28ad66f981414e1590a26ab104f83de09218 (patch) | |
| tree | 843d3e0dcfccc654f81d42363222cfdbf61daf7d /meson.build | |
| parent | refactor(get): return pointer to string (diff) | |
| download | tatl-eeac28ad66f981414e1590a26ab104f83de09218.tar.xz tatl-eeac28ad66f981414e1590a26ab104f83de09218.zip | |
docs(meson): bump version 0.1.2 -> 0.1.3v0.1.3
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index fc8b8e1..ad5fdd1 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('tatl', 'c', - version : '0.1.1', + version : '0.1.3', license : ['GPL-3.0-only'], default_options : [ 'buildtype=release', |