🔖 v0.0.3
This commit is contained in:
parent
6f056318be
commit
57785f5a39
2 changed files with 2 additions and 2 deletions
2
v.mod
2
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]
|
||||
}
|
||||
|
|
2
vss.v
2
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()?
|
||||
|
|
Loading…
Reference in a new issue