diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-06-07 17:19:29 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-06-07 17:21:34 +0300 |
commit | b02ff85b7b4acf0893b23d08e53ecd85acc7d82f (patch) | |
tree | fc7fe1687b0dbed0da19ee61bb3520a0b013b568 | |
parent | 1ef4a2c88d6da323a942ef4876112a5b362ec810 (diff) |
Release version 1.0.0+4v1.0.0
Replace tags manifest value with topics and adjust license value
-rw-r--r-- | libprint/manifest | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libprint/manifest b/libprint/manifest index 9c29e32..1c1d292 100644 --- a/libprint/manifest +++ b/libprint/manifest @@ -1,10 +1,10 @@ : 1 name: libprint -version: 1.0.0+3 +version: 1.0.0+4 project: hello summary: The "Hello World" example printer library -license: MIT -tags: c++, world, printer, example +license: MIT ; MIT License. +topics: hello world example description: \ A simple library that implements the "Hello World" example printer in C++. \ |