Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guzba committed Jan 31, 2024
1 parent 685b4b9 commit 3bdd43c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- run: nimble install -y libcurl
- run: nimble install -y zippy
- run: nimble install -y urlly
- run: nimble install -y webby
- run: nim c tests/debug_server.nim

- run: nimble test -y --gc:refc
Expand Down
2 changes: 1 addition & 1 deletion puppy.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "2.1.0"
version = "2.1.1"
author = "Andre von Houck"
description = "Puppy fetches resources via HTTP and HTTPS."
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tests/debug_server.nim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import asyncdispatch, asynchttpserver, uri, urlly, zippy
import asyncdispatch, asynchttpserver, uri, webby, zippy

let server = newAsyncHttpServer()

Expand Down

0 comments on commit 3bdd43c

Please sign in to comment.