diff --git a/v.mod b/v.mod index 2b620ef..1965f8d 100644 --- a/v.mod +++ b/v.mod @@ -1,7 +1,7 @@ Module { name: 'vss' description: 'static site generator' - version: '0.0.2' + version: '0.0.3' license: 'MIT' dependencies: [markdown] } diff --git a/vss.v b/vss.v index 8aaf258..adce338 100644 --- a/vss.v +++ b/vss.v @@ -19,7 +19,7 @@ const default_dist = 'dist' fn main() { mut app := cli.Command{ name: 'vss' - version: '0.0.2' + version: '0.0.3' description: 'static site generator' execute: fn (cmd cli.Command) ? { generate_index_page()?