From 0192f44c2a302fbc205203a1c8f8f1387936ea7b Mon Sep 17 00:00:00 2001 From: John Conway Date: Thu, 9 May 2019 18:50:52 +0100 Subject: Bumped version 0.1.0 -> 0.1.1 --- src/feednim/atom.nim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/feednim/atom.nim b/src/feednim/atom.nim index ebc171e..a7ce51c 100644 --- a/src/feednim/atom.nim +++ b/src/feednim/atom.nim @@ -87,7 +87,8 @@ type title*: string updated*: string -converter toString*(obj: AtomText): string = + +converter toString*(obj: AtomText): string = # Promotes text node to the top if caller expects string return obj.text proc parseAuthors ( node: XmlNode, mode="author" ) : seq[AtomAuthor] = -- cgit v1.2.3