From d67f94fc2af8be775dd9cc01f5feacd501b71721 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 12 Dec 2018 10:53:41 -0500 Subject: 0.4.1 markup syntax extension for blocks, re: attributes - for all blocks, e.g. - table{ - table(){ - table([recognized attributes if any]){ - code{ - code(){ - code.d([recognized attributes if any]){ - allows for the subsequent addition of attributes as required --- views/version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views') diff --git a/views/version.txt b/views/version.txt index de1a62b..735996e 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,7 +4,7 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 4, 0); +enum ver = Version(0, 4, 1); version (Posix) { version (DigitalMars) { } else version (LDC) { -- cgit v1.2.3