all repos — nimhttpd @ 9c0a59a21cd094b7cc19eb81cfa6a3f5d28d49a3

A useful static file web server.

Updated version.
h3rald h3rald@h3rald.com
Thu, 08 Dec 2022 18:33:01 +0000
commit

9c0a59a21cd094b7cc19eb81cfa6a3f5d28d49a3

parent

83fc0e5ae3b2dfa66e45e02e437489cc6243026e

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/nimhttpdpkg/config.nimsrc/nimhttpdpkg/config.nim

@@ -1,5 +1,5 @@

const pkgTitle* = "NimHTTPd" - pkgVersion* = "1.3.0" + pkgVersion* = "1.4.0" pkgAuthor* = "Fabio Cevasco & Michael Adams" pkgDescription* = "A tiny static file web server. IPv4 & IPv6 supported!"