Skip to content

Commit

Permalink
Update nimassets.nimble
Browse files Browse the repository at this point in the history
  • Loading branch information
Patitotective authored May 1, 2022
1 parent 4a16f19 commit c1830fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nimassets.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.2.3"
version = "0.2.4"
author = "xmonader"
description = "bundle your assets to a nim"
license = "MIT"
Expand Down Expand Up @@ -32,4 +32,4 @@ task buildTemplatesFast, "bundle templates in templatesdir fast":
before test:
build()
exec "./build/nimassets -d:tests/testassets -o:tests/assetfile.nim"
exec "./build/nimassets --fast -d:tests/testassets -o:tests/assetfile_fast.nim"
exec "./build/nimassets --fast -d:tests/testassets -o:tests/assetfile_fast.nim"

0 comments on commit c1830fd

Please sign in to comment.