Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bung87 committed May 21, 2023
1 parent 37446a5 commit d66beae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scorper.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "1.1.1"
version = "1.1.2"
author = "bung87"
description = "micro and elegant web framework"
license = "Apache License 2.0"
Expand All @@ -11,7 +11,8 @@ installExt = @["nim"]
# Dependencies

requires "nim >= 1.3.1"
requires "chronos >= 3.0.2" # initial 2.6.1
# requires "chronos >= 3.0.2" # initial 2.6.1
requires "chronos"
requires "npeg"
requires "zippy"
requires "jsony"
Expand Down

0 comments on commit d66beae

Please sign in to comment.