diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-06-07 17:25:32 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-06-07 17:25:42 +0300 |
commit | 16b014515dadb9dcd25a967d2c3f848b389ba355 (patch) | |
tree | ca055f93f07b176be4a8c04af7f377858bc4846a | |
parent | e483b04b8e48968094ed2fdbabfe1583a6682db3 (diff) |
Release version 1.0.0+4v1.0.0
Replace tags manifest value with topics and adjust license value
-rw-r--r-- | libformat/manifest | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libformat/manifest b/libformat/manifest index 638c26b..c6db824 100644 --- a/libformat/manifest +++ b/libformat/manifest @@ -1,10 +1,10 @@ : 1 name: libformat -version: 1.0.0+3 +version: 1.0.0+4 project: hello summary: The "Hello World" example formatter library -license: MIT -tags: c++, world, formatter, example +license: MIT ; MIT License. +topics: hello world example description: \ A simple library that implements the "Hello World" formatting in C++. \ |