diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-24 12:38:20 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2021-11-24 18:32:04 +0300 |
commit | 44348e700e46aa108863e741a3ec8f9f22545b24 (patch) | |
tree | 9ac07ff6ee7b9e108e783f350df229fdae7a049f | |
parent | bc5192e6d345095eca59cd4b88c8f391ee1b2156 (diff) |
Release version 1.0.0+9v1.0.0+9
Remove redundant space before multi-line manifest value introducer
-rw-r--r-- | libformat/manifest | 4 | ||||
-rw-r--r-- | libmformat/manifest | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libformat/manifest b/libformat/manifest index 76499ea..4ef980c 100644 --- a/libformat/manifest +++ b/libformat/manifest @@ -1,11 +1,11 @@ : 1 name: libformat -version: 1.0.0+8 +version: 1.0.0+9 project: hello summary: The "Hello World" example formatter library license: MIT ; MIT License. topics: hello world example -description: \ +description:\ A simple library that implements the "Hello World" formatting in C++. \ url: https://git.build2.org/cgit/hello/libformat diff --git a/libmformat/manifest b/libmformat/manifest index 4133c20..d8567f6 100644 --- a/libmformat/manifest +++ b/libmformat/manifest @@ -5,7 +5,7 @@ project: hello summary: The modularized "Hello World" example formatter library license: MIT tags: c++, world, formatter, example, modules -description: \ +description:\ A simple library that implements the "Hello World" formatting in C++ with modules. \ |