all repos — nimhttpd @ 1c20f6d92f6d45e66382dc4117c2084d8a711b7a

A useful static file web server.

Updated release number.
h3rald h3rald@h3rald.com
Sun, 23 Jun 2019 19:05:13 +0200
commit

1c20f6d92f6d45e66382dc4117c2084d8a711b7a

parent

cdca6238201d24e319d807d5cacd4dd1d61ac10e

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.0.6" + pkgVersion* = "1.0.7" pkgAuthor* = "Fabio Cevasco" pkgDescription* = "A tiny static file web server."