summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-tag.c
diff options
context:
space:
mode:
Diffstat (limited to 'libappstream-glib/as-tag.c')
-rw-r--r--libappstream-glib/as-tag.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libappstream-glib/as-tag.c b/libappstream-glib/as-tag.c
index e802dcb..a431f1b 100644
--- a/libappstream-glib/as-tag.c
+++ b/libappstream-glib/as-tag.c
@@ -194,6 +194,11 @@ as_tag_to_string (AsTag tag)
"translation",
"content_rating",
"content_attribute",
+ "version",
+ "reviews",
+ "review",
+ "reviewer_name",
+ "reviewer_id",
NULL };
if (tag > AS_TAG_LAST)
tag = AS_TAG_LAST;