Skip to content

Commit

Permalink
Update jester.nimble and jester.nim to 0.6.0 (#315)
Browse files Browse the repository at this point in the history
* Update jester.nimble to 0.6.0

* Update jester.nim to 0.6.0
  • Loading branch information
ThomasTJdev authored Jun 18, 2023
1 parent eac5e18 commit 2dfac07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jester.nim
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ type
of RouteCode:
data: ResponseData

const jesterVer = "0.5.0"
const jesterVer = "0.6.0"

proc toStr(headers: Option[RawHeaders]): string =
return $newHttpHeaders(headers.get(@({:})))
Expand Down
4 changes: 2 additions & 2 deletions jester.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.5.0" # Be sure to update jester.jesterVer too!
version = "0.6.0" # Be sure to update jester.jesterVer too!
author = "Dominik Picheta"
description = "A sinatra-like web framework for Nim."
license = "MIT"
Expand All @@ -17,4 +17,4 @@ when not defined(windows):

task test, "Runs the test suite.":
exec "nimble install -y asynctools@#0e6bdc3ed5bae8c7cc9"
exec "nim c -r tests/tester"
exec "nim c -r tests/tester"

0 comments on commit 2dfac07

Please sign in to comment.