Skip to content

Commit

Permalink
upd version 🗿
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethosa authored Oct 4, 2023
1 parent e2ce303 commit 18cf730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions denim.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.1.7"
version = "0.1.8"
author = "George Lemon"
description = "DENIM - Nim code to Bun.js/Node.js in seconds via NAPI"
license = "MIT"
Expand All @@ -20,4 +20,4 @@ task dev, "Compile denim":
exec "nim c --gc:arc -d:denimcli -o:" & path & "/denim src/denim.nim"

task docgenx, "Build documentation website":
exec "nim doc --index:on -d:napibuild --project --git.url:https://github.com/openpeeps/denim --git.commit:main src/denim.nim"
exec "nim doc --index:on -d:napibuild --project --git.url:https://github.com/openpeeps/denim --git.commit:main src/denim.nim"

0 comments on commit 18cf730

Please sign in to comment.