Skip to content

Commit 2dfac07

Browse files
authored
Update jester.nimble and jester.nim to 0.6.0 (#315)
* Update jester.nimble to 0.6.0 * Update jester.nim to 0.6.0
1 parent eac5e18 commit 2dfac07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jester.nim

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ type
8383
of RouteCode:
8484
data: ResponseData
8585

86-
const jesterVer = "0.5.0"
86+
const jesterVer = "0.6.0"
8787

8888
proc toStr(headers: Option[RawHeaders]): string =
8989
return $newHttpHeaders(headers.get(@({:})))

jester.nimble

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package
22

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

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

0 commit comments

Comments
 (0)